
#nav li:hover, #nav li.hover {      position: static;  }

#nav, #nav ul { /* all lists */
	padding:0px 0px;
	margin:0;
	list-style: none;
	z-index:1000;
	color:black;
	background-color:#FFFFFF;
}

#nav li { /* all list items */
	float: left;
	width: 128px; /* width needed or else Opera goes nuts */
	padding:0;
	}

#nav a {
	display: block;
	text-decoration:none;
	color:black;
padding-left:5px;
	}
	
#nav a:hover {
    color:#DB1A01;
	text-decoration:underline;
	
	}

#nav .topLevel{

font-size:12px;
line-height:13px;
	width:128px;
margin-right:8%;
font-weight:100;

}

#nav .topLevel a:hover{
background-color:#fff}

#nav .topLevelLast {
font-size:12px;
line-height:13px;
	width:100px;
margin-right:0px;
font-weight:100;
}

#nav .subMenu {
background-color:#FFFFFF;
        
	border-top:1px solid #ddd;
        /*padding-left:5px;*/
}

#nav .subHead_noLine {
width:150px;
	font-weight:800;

}

#nav .subHead {
width:150px;
	font-weight:800;
	border-top:1px solid #ddd;
	padding-left:0px;

}

#nav .subHead a{
display:block;

padding-left:5px;
line-height:2.5em;
	font-weight:100;
}

#nav .subHead a:hover{background-color:#ddd}

#nav .indent {
line-height:1.75em;
	margin-left:13px;
font-weight:100;
}

#nav .indent a:hover{background-color:#ddd}

#nav .subCat{
	width:170px;
line-height:2em;
font-weight:100;
}

#nav .detail{
font-weight:100;
	width:170px;
line-height:2em;
}

#nav li ul { /* second-level lists */
border-left:1px solid #ddd;
border-bottom:1px solid #777777;
border-top:1px solid #ddd;
border-right:1px solid #777777;
	line-height:22px;
	position: absolute;
	background: #fff;
	width: 150px;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	}

#nav li ul ul { /* third-and-above-level lists */
	margin: -2em 0 0 9.5em;
	background: #fff;
	border-left:1px solid #ddd;
	border-right:1px solid #777777;
border-bottom:1px solid #777777;
border-top:1px solid #ddd;
	width:170px;
	display:block;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}



