
/*------------
 Navigation Container and UL styles for CSS dropdown 
--------------*/

#headerMenu
{
	position: relative;
	background-color: white;
	margin: 0px 0px 0px 0px;
	padding: 8px 0px 0px 16px;
	width: 912px;
	height: 32px;
	overflow: visible;
	clear: both;
	background-image: url(/uploadedImages/Header/HeaderBar.jpg);
	background-repeat: repeat-x;
	font-family: "Verdana";
	z-index: 9999;
	display: block;
}


#headerMenu ul
{
    display: block;
    list-style: none;
    float: left;
        
    font-family: "Verdana";
	font-weight:bold;
	color:White;
	text-decoration:none;
	font-size: 12px;
	margin: 0px 0px 8px 0px;
	padding: 0px 35px 0px 0px;
	z-index: 9999;

}

#headerMenu ul.Selected
{
	display: block;
    list-style: none;
    float: left;
    
	font-family: "Verdana";
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
	color: #add8e6;
	margin: 0;
	padding: 0;
	z-index: 9999;
}

#headerMenu a, #headerMenu h3
{
    display: block;
    margin: 0;
	padding: 2px 5px;
	z-index: 9999;

}

#headerMenu h3
{
    color: #fff;
    z-index: 9999;

}

#headerMenu a
{
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    font-size: 11px;
	z-index: 9999;
	padding: 1px 7px 13px 7px;
}

#headerMenu a:hover
{
    /*text-decoration: underline;*/
    font-weight: bold;
	z-index: 9999;
	color: #add8e6;
}

#headerMenu .ItemClass
{
    width: 160px;
    position: absolute;
    padding: 0;
    background-color: transparent;
	z-index: 9999;
	top: 26px;
}

#headerMenu .ItemClass a, #headerMenu .ItemClass div
{
    color: #FFFFFF;
    /*background-color: #004E90;*/
    background-image: url(/Images/PixelNormal.png);
    text-decoration: none;
	font-weight: normal;
	/*margin: 8px 0px 0px 0px;*/
	padding: 5px 10px 5px 10px;
	z-index: 9999;
}
#headerMenu .ItemClass a:hover, #headerMenu .ItemClass div:hover
{
    /*text-decoration: underline;*/
    /*background-color: #5790BB;*/
    background-image: url(/Images/PixelOver.png);
    font-weight: normal;
	z-index: 9999;
}

#headerMenu ul ul ul
{
    width: 160px;
    padding: 0;
    position: absolute;
    top: 0;
    left: 100%;
	z-index: 9999;
}

#headerMenu ul ul ul a, #headerMenu ul ul ul div
{
	color: #FFFFFF;
    /*background-color: #004E90;*/
    background-image: url(/Images/PixelNormal.png);
    text-decoration: none;
	font-weight: normal;

	padding: 5px 10px 5px 10px;
	z-index: 9999;
}

#headerMenu li
{
    position: relative;
	white-space: nowrap;
	z-index: 9999;
}

#headerMenu li li
{
    position: relative;
	white-space: normal;
	z-index: 9999;
}

#headerMenu .ItemClass, #headerMenu ul li:hover ul ul, #headerMenu .ItemClass li:hover ul ul, #headerMenu .ul ul ul
{
    display: none;
	z-index: 9999;
}

/*div#globalNav ul li:hover ul, div#globalNav ul ul li:hover ul, div#globalNav ul ul ul li:hover ul*/
/*#headerMenu ul li:hover .ItemClass, #headerMenu .ItemClass li:hover .SubItemClass, #headerMenu .SubItemClass li:hover ul*/
#headerMenu ul li:hover .ItemClass, #headerMenu .ItemClass li:hover ul, #headerMenu .ItemClass ul li:hover ul
{
    display: block;
   	z-index: 9999;
}


/* add >> for the sub menu */
#headerMenu ItemClass a.sub, #headerMenu ItemClass a:visited.sub, #headerMenu ItemClass a:link.sub
{
	/*background-image:url(images/arrowhead_off.gif);
	background-repeat: no-repeat;
	background-position:right;
	background-color: transparent;*/
	background-image: url(/Images/PixelNormal.png);
	z-index: 9999;
}

#headerMenu ItemClass a:hover.sub, #headerMenu ItemClass a:active.sub
{
	/*background-image:url(images/arrowhead_on.gif);
	background-repeat: no-repeat;
	background-position:right;
	background-color: transparent;*/
	background-image: url(/Images/PixelOver.png);
	z-index: 9999;
}

/* To set fontSize 11px for all menus */
#headerMenu div
{
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    font-size: 11px !important;
	z-index: 9999;
	padding: 1px 7px 13px 7px;
}

/* add style for bottom border between links in the menu 
#headerMenu ul ul li
{
	border-bottom: dotted 1px #999999;
	z-index: 9999;
}
*/
/* add styles for the last menu item 
#headerMenu ul ul li.last
{
	/* remove for last item 
	border-bottom: none 0px #999999;
}

#headerMenu ul ul.end
{
    width: 145px;
    position: absolute;
    padding: 0;
	left: -29px;
}
*/
/* this left edge to move is one larger than width of 140 to allow for border to display 

#headerMenu ul ul ul li
{
	margin-left: 0px;
	border-left: solid 1px #999;
	z-index: 9999;
}
*/
