/* CSS Document */

#nav, #nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1.3;
	font-size:12px;
}

#nav a {
	display: block;
	width: 114px;
	color:#F9F9F9;
}

#nav a:hover {
	display: block;
	width: 114px;
	color:#FF6600;
}

#nav li {
	float: left;
	width: 114px;
}

#nav li ul {
	position: absolute;
	width: 114px;
	left: -999em;
	background:#5c80a3;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
    padding-left: 5px;
	padding-bottom: 5px;

}

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

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