#nav, #nav ul { /* all lists */
	color: #fff; font-size: 11px; font-family: Verdana, Arial, Helvetica, sans-serif; z-index: 999; margin: 0; padding: 0; list-style: none; }

#nav a:link { color: #fff; z-index: 999; }

#nav a:hover { color: #fff; z-index: 999; }

#nav a:visited { color: #fff; z-index: 999; }


#nav a { text-decoration: none; z-index: 999; padding: 0; display: block; /* width: 130px; was this a mac fix? */}

#nav li { /* all list items */
	text-align: left; z-index: 999; float: left; padding-right: 9px; padding-bottom: 5px; padding-left: 8px; /* width: 120px; was this a mac fix? */
}

#nav li ul { /* second-level lists */
	background: #85171f; position: absolute; width: 165px; left: -999em; z-index: 999; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}
#nav li ul li { /* display of each list item in nested lists */
	width: 100%; z-index: 999; clear: left;
	/* text-align: center; */
}

#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto; z-index: 999; }
	
	#nav li ul ul {
	margin: -15px 0 0 158px;
}

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

#nav li:hover ul, #nav li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul {
	left: auto;
}