@CHARSET "ISO-8859-1";

#nav, #nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
	height: 34px;
}

#nav a {
	display: block;
	padding: 7px 0;
	color: #666666;
	text-decoration: none;
}

#nav li {
	float: left;
	padding: 0 5px 0 5px;
}
#nav li.spacer {
	background: url(images/navedges.gif) no-repeat;
	width: 8px;
	height: 34px;
	padding:0;	
}

#nav li ul {
	position: absolute;
	width: 100px;
	left: -999em;
	z-index: 999;
	
}

#nav li ul li {
	background-color: #ffffff;
	border: 0.5px solid #ff9c00;
	width: 200px;
	}

#nav li:hover ul {
	left: auto;
}

#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
}
