
#nav, #nav ul { /* all lists */
	padding: 0;
	margin-top:-33px;
	list-style: none;
	float : left;
	width : 174px;
}

#nav li { /* all list items */
	position : relative;
	float : left;
	line-height : 1.5em;
	width:173px;
	
}

#nav li a {
	display : block;
	color : #0d5174;
	text-decoration : none;
	padding-left:37px;
	background:url(/images/nav-li-background.gif) no-repeat;
	height:25px;
	line-height:22px;
}

#nav li ul { /* second-level lists */
	position : absolute;
	left: -999em;
	margin :-26px 0 0 173px;
}

#nav li ul ul { /* third-and-above-level lists */
	left: -999em;
}



#nav li a:hover {
	color : #fff;
	background:url(/images/nav-li-background-hover.gif) no-repeat;
}

#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;
}
