#nav, #nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

#nav a {
	display: block;
	color: #fff;
	padding: 0 12px;
	border-right: 1px solid #fff;
	text-decoration: none;
	text-transform: uppercase;
}

#nav a:hover {
	color: #fc0;
}

a.home {
	border: none;
	width: 230px;
	color: #fc0;
	text-decoration:none;
}

#nav a.last {
	border: none;
}

#nav li {
	float: left;
}

#nav li ul a {
	border: none;
	width: 165px;
	text-transform: capitalize;
}

#nav li li {
	width: 165px;
	height: 22px;
	line-height: 22px;
	border-bottom: 1px solid #750202;
}

#nav li ul {
	position: absolute;
	width: 165px;
	left: -999em;
	background-color: #c00;
	border-left: 1px solid #750202;
	border-right: 1px solid #750202;
	border-top: 1px solid #750202;
}

#nav li:hover ul {
	left: auto;
}

#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
}

#nav li li:hover, #nav li li.sfhover {
	background: #750202;
	color: #fc0;
}
