#nav, #nav ul { /* all lists */
	line-height: 0; z-index: 999; margin: 0; padding: 0; list-style: none; }

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

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

#nav a:visited { 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; /* width: 120px; was this a mac fix? */
}

#nav li ul { /* second-level lists */
	background-repeat: repeat; background-attachment: scroll; background-position: 0 0; 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: -28px 0 0 232px;
}

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