#dropnav { 
	position: absolute; 
	height: 17px; 
	width: 12em;
	left: 212px; 
	top: 65px; 
	margin: 0px;
	padding: 0px;
}

#dropnav, #dropnav ul {
	list-style: none;
	line-height: 1.5;
	background: #fffbd6;
	font-weight: bold;
	padding: 0;
	border: solid #650305;
	border-width: 1px 0;
}

#dropnav a {
	display: block;
	color: #7C6240;
	text-decoration: none;
	padding-left: 5px;
}


#dropnav li ul {
	position: absolute;
	left: -999em;
	height: auto;
	width: 12em;
	font-weight: normal;
	margin: 0;
}


#dropnav li {
	float: left;
	padding: 0;
	width:12em;
	
}

#dropnav li:hover {
	background: #FFFBD6;
}

#dropnav li li {
	width: 13em
}

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

#dropnav li.sfhover {
	background: #eda;
}


