@charset "utf-8";
#nav, #nav ul { /* all lists */
	list-style: none;
	position: absolute;
	color: #FFFFFF;
	text-transform: none;
	text-decoration: none;
	padding: 0px;
	top: 19px;
	background: transparent;
	margin: 0px;
	left: 0px;
	width: 950px;
	font: bold normal 14px/normal Verdana, Arial, Helvetica, sans-serif;
}
#nav a {
	display: block;
	width: 190px;
	text-align: center;
	text-decoration: none;
	height: 23px;
	vertical-align: middle;
	color: #FFFFFF;
	background: transparent;
}
#nav a:link, #nav a:visited {
	text-decoration: none;
}
#nav a:hover {
	color: #FF7B16;
	text-decoration: none;
	background: transparent;
}
#nav li { /* all list items */
	float: left;
	width: 190px;
	white-space: nowrap;
}

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