#nav, #nav ul { /* all lists */
	font-size: 11px; font-family: Verdana, Arial, Helvetica, sans-serif; margin: 0; padding: 0; list-style: none; z-index:99999; }

#nav a { text-decoration: none; padding: 0; display: block; /* width: 130px; was this a mac fix? */}

#nav li { /* all list items */
	text-align: left; float: left; padding: 0 9px 5px 8px; z-index:99999; /* width: 120px; was this a mac fix? */
}

#nav li ul { /* second-level lists */
	background-color: #e6f1ea !important; background-image: none; background-repeat: repeat; background-attachment: scroll; background-position: 0 0; position: absolute; width: 165px; left: -999em; z-index:99999; /* 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%;
	clear: left;
	z-index: 99999;
	/* text-align: center; */
}

#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}