/* CSS Document */

/* CSS Menus - Horizontal CSS Menu with Dropdown and Popout Menus - 20050131 */
/* Begin CSS Popout Menu */

div#nav {
	z-index: 999;
	height: 47px;
	color: #FFF;
	padding: 0;
	width: 768px;
}

div#menuroot-h {
	z-index: 999;
	}

#nav a, #nav h2 { /* styles for all buttons */
	font:normal 12px/16px arial,helvetica,sans-serif;
	display:block;
	border-top: 0px solid #FFF;
	border-right: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
	border-left: 1px solid #FFF; /* border color for all button: #ccc #888 #555 #bbb */
	margin:0;
	padding: 0px 5px 2px 5px; /* padding for all buttons */
	}

#nav h2, #nav a.mainlevel-h, #nav a.mainlevel-h:active, #nav a.mainlevel-h:hover, #nav a.mainlevel-h:visited {
/* styles for top buttons ONLY */
color:#FFF;
font-weight: bold;
border:0px; /* border for top buttons */
padding: 0px;
margin: 0 0 0 4px;
}

#nav .sub-nav {
	border-top: 0px solid white;
	border-bottom: 0px solid white;
	}

/* styles for sub-menus ONLY */

#nav a{
text-decoration:none;
}

#nav a, #nav a:visited{
color:#FF0000;

}

#nav a:hover{
color:#FFF;
}

#nav a:active{
color:#FFF;
}

#nav ul{
list-style:none;
list-style-image: none;
margin:0;
padding:0;
float:left;
}


#menuroot-h ul#mainlevel-h {
list-style:none;
list-style-image: none;
background-image: none;
margin:0;
padding:0;
float:left;
width:auto;
border: 0;
}

#menuroot-h ul#mainlevel-h li {
list-style:none;
list-style-image: none;
background-image: none;
margin:0;
padding:0;
float:left;
width:auto;
border: 0;
}


#nav li{
position:relative;
left: 4px;
top: 1px;
}

#nav li li {
background-color:#FFF;
top: 10px;
left: 0;
text-align: left;
clear: both;
width: 150px;
}

#nav li li a {
	padding: 7px 10px 7px 10px;
	width: 150px;
	background-color:#FFF;
	}

#nav li li a:hover {
	background-color:#EE0000;
	color: #FFF
	}

#nav ul ul{
	position:absolute;
	z-index:500;
	top:37px;
	display:none;
	width: 150px;
	}

#nav 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#nav h2:hover{
background:#000 url(/css/images/expand3.gif) no-repeat -999px -9999px;
}

div#nav li:hover{
cursor:pointer;
z-index:100;
}

div#nav li:hover ul ul,
div#nav li li:hover ul ul,
div#nav li li li:hover ul ul,
div#nav li li li li:hover ul ul
{display:none;}

div#nav li:hover ul,
div#nav li li:hover ul,
div#nav li li li:hover ul,
div#nav li li li li:hover ul
{display:block;}

/* End of non-anchor hover selectors */

/* Styling for Expand */

#nav a.x, #nav a.x:visited{
font-weight:bold;
color:#000;
background:#eee url(/css/images/expand3.gif) no-repeat 100% 100%;
}

#nav a.x:hover{
color:#fff;
background:#000;
}

#nav a.x:active{
color:#060;
background:#ccc;
}

/* End CSS Popout Menu */