#dropmenudiv
{
	position: absolute;
	border: 1px solid #003366;
	border-bottom-width: 0px;
	font: normal 11px arial;
	line-height: 18px;
	z-index: 100;
	background-color: #FFFFFF;
}

#dropmenudiv a
{
	width: 100%;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid #000000;
	padding: 1px;
	text-decoration: none;
	font-weight: normal;
	padding-left: 5px;
	padding-right: 5px;
}

#dropmenudiv a:hover
{ /*hover background color*/
	background-color: #FFFFFF;
}
