#dropmenudiv
{
	position: absolute;
	background-color: Black;
	font: normal 12px;
	line-height: 18px;
	z-index: 100;
}

#dropmenudiv a
{
	width: 100%;
	display: block;
	text-indent: 3px;
	padding: 1px 0 0 10px;
	text-decoration: none;
	font-weight: bold;
	color:White;
}

#dropmenudiv a:hover
{
	/*hover background color*/
	color: #996633;	
}

