/* CSS Menus - Horizontal CSS Menu with Dropdown and Popout Menus - 20050131 */

/* Begin CSS Popout Menu */

#menu{
width:100%;
float:left;
margin-bottom:3px;
height:auto;
}

#menu ul{
list-style:none;
margin:0;
padding:0;
float:left;
}

#menu li{
	position:relative;
	
}

#menu ul h2 {
display:block;
/*white-space:nowrap;*/
margin:3px 0px 0px 3px;
padding:8px 21px 10px;
vertical-align:middle;
text-align:center;
color:#fff;
background:#006599;
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
font-weight:bold;
}

#menu ul h2 a{
color:#FFFFFF;
font-size:14px;
text-decoration:none;
}

/* THIS IS THE DROP MENU STYLING */
#menu ul ul{
	position:absolute;
	left:3px;
	z-index:500;
	top:auto;
	display:none;
	border:1px solid #004d75;
	background-color:#fff;
	padding:8px;
	width:250px;
	margin:0;
}

#menu ul ul li {
	padding:0px 0px 4px 0px;
	float:none;
}

#menu ul ul li a{
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	margin:0;
	/*color:#fff;*/
	display:block;
	/*white-space:nowrap;*/
	vertical-align:middle;
	text-align:left;
	text-decoration:none;
	padding:0px 8px 0px 8px;
	color:#000;
}

#addthis {
position:relative;
top: 0px !important;
top: -1px;
margin:3px 0px 0px 3px;
background:#006599;
width:177px;
height:34px;
float:left;
padding-bottom:0px !important;
padding-bottom:1px;
}

/* IE FIX */
* html #addthis {
margin:4px 0px 0px 3px;
background:#006599;
width:177px;
height:37px;
float:left;
}

#menu h2:hover {
text-decoration:underline;
background:#004d75;
}


#menu a:hover{
background:light blue;
text-decoration:underline;
}

#menu a:active{
/*color:#060;
background:#ccc;*/
}







#menu ul ul ul{
top:0;
left:100%;
}

/* Begin non-anchor hover selectors */

/* Enter the more specific element (div) selector
on non-anchor hovers for IE5.x to comply with the
older version of csshover.htc - V1.21.041022. It
improves IE's performance speed to use the older
file and this method */

div#menu h2:hover{
background:#004d75;

}

div#menu li:hover{
cursor:pointer;
z-index:100;
}

div#menu li:hover ul ul,
div#menu li li:hover ul ul,
div#menu li li li:hover ul ul,
div#menu li li li li:hover ul ul
{display:none;}

div#menu li:hover ul,
div#menu li li:hover ul,
div#menu li li li:hover ul,
div#menu li li li li:hover ul
{display:block;}

/* End of non-anchor hover selectors */

/* Styling for Expand */

#menu a.x, #menu a.x:visited{
color:#000;
background:#fff;
}

#menu a.x:hover{
color:#a00;
background:#ddd;
}

#menu a.x:active{
/*color:#060;
background:#ccc;*/
}





