@charset "utf-8";
/* CSS Document */

#nav, #nav ul { /* all lists */
	list-style: none;
	line-height: 1.5em;
	text-align: left;
	text-transform: uppercase;
	font-size: .9em;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0px;
	letter-spacing: .1em;
}
 
#nav a {
	display: block;
	width: auto;
	color: #999;
	padding-left: 11px;
	padding-right: 11px;
}
 
#nav li { /* all list items */
	width: auto;
	text-align: left;
	float: left;
	clear: none;
}
 
#nav li ul { /* second-level lists */
	position: absolute;
	width: 13em;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	background-color: #E6E6E6;
	text-align: left;
	font-variant: normal;
	text-transform: none;
	color: #666;
	letter-spacing: 0em;
	line-height: 3em;
}
 
#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}

#nav li:hover, #nav li.sfhover {
	color: #C36;
}
 
#nav_content {
	clear: left;
	color: #ccc;
}
#menu_nav {
	padding-right: 0px;
	padding-left: 236px;
	text-align: left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E8E8E8;
	font-size: 11px;
	padding-top: 88px;
	height: 25px;
} 

