#dropmenudiv {
	margin-top: 8px;
	position:absolute;
	border-top: 1px solid white;
	border-bottom-width: 0;
	font: normal 10px Verdana;
	line-height:18px;
	z-index:1000;
	background-color: black;
}

#dropmenudiv a {
	width: 100%;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid white;
	padding: 1px 0px 2px 3px;
	text-decoration: none;
	font-weight: bold;
	background-color: #d57c24;
	color: white;
}

#dropmenudiv a:hover { 
	background-color: black;
	color: #d57c24;
}
