#nav { /* all lists */
	width:456px;
	height: 26px;
	margin-left:-15px;
	margin-bottom:10px;
	background:url(../images/menu_background.jpg);
	background-repeat:no-repeat;
	font-size:1em;
	padding-left:2px;
	
}


#nav li ul li { /* all lists */
	width:100px;
	height: 25px;
	background:#fff;
	font-size:1em;
	
	
}



#nav li ul li a { /* all lists */
color:#000000;

	
}


#nav a {
	display: block;
	width: 100px;
	text-decoration:none;	
	line-height:1.9em;
	font-size:0.85em;
	color:#FFFFFF;
	text-align:center;
}

#nav a:hover {
color:#000000;
background:url(../images/nav_hover.jpg);


}


#nav li { /* all list items */
	float: left;
	width:100px; /* width needed or else Opera goes nuts */
	list-style-type:none;
}

#nav li ul { /* second-level lists */
	position: absolute;
	width: 100px;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	border-left:1px solid #000;
	border-bottom:1px solid #000;
	border-right:1px solid #000;

	z-index:2000;
}

#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}


#nav a:hover, #nav a:hover, #nav a:hover, #nav a:hover, #nav a:hover, #nav a:hover {
}

