#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	}

#nav {
	padding-left:35px;
	background:url('/image/bg-nav-btn.gif') left bottom repeat-x;
	line-height:39px;
	height:39px;
	width:826px;
	float:left;
	}

#nav a {
	display: block;
	line-height:39px;
	font-size:110%;
	text-decoration:none;
	font-weight:bold;
	color:#0c578f;
	}

#nav a:hover,
#nav a:active,
#nav a:focus,
#nav li.active ul a:hover,
#nav li.active ul a:active,
#nav li.active ul a:focus {
	color:#444444;
	}

#nav li.active a {
	color:#f1ab15;
	}
#nav li.active li a {
	color:#0c578f;
	}

#nav li { /* all list items */
	float: left;
	padding-right:20px;
	}

#nav li ul { /* second-level lists */
	position: absolute;
	background: #ffffff;
	width: 20em;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	}
#nav li ul li,
#nav li ul a {
	display:block;
	width:100%;
	height:auto;
	line-height:1;
	}
#nav li ul li {
	padding:3px 5px;
	width:19em;
	background:url('/image/dot.gif') 0px -1px repeat-x;
	}
#nav li ul li.first {
	background:none;
	}
#nav li ul a {
	color:#0c578f;
	padding-left:10px;
	background:url('/image/arrow.gif') left center no-repeat;
	}

#nav li ul ul { /* third-and-above-level lists */
	margin: -1em 0 0 20em;
}

#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;
}

#nav li ul {
	border:1px solid #f1ab15;
	border-top:0 none #FFF;
}
#nav li:hover, #nav li.sfhover {
    position: static;
}
