#subnav, #subnav ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

#subnav a {
	display: block;
	width: 8em;
	color: #000000;
	font-weight: bold;
}

#subnav a:hover {
	background-color: ##C7C9C7;
}

#subnav li {
	float: left;
	width: 8em;
}

#subnav li ul {
	position: absolute;
	width: 8em;
	left: -999em;
}

#subnav li:hover ul {
	left: auto;
}

#subnav li:hover ul, #subnav li.sfhover ul {
	left: auto;
}