#dropmenudiv{
	position: absolute;
	margin-top:2px;
	border: 1px solid #000000;
	line-height:14px;
	z-index:100;
}

#dropmenudiv a{
	width: 100%;
	display: block;
	text-align: left;
	font-size: 8pt;
	color: #000;
	padding: 1px 0;
	text-decoration: none;
	text-indent: 8px;
}

#dropmenudiv a:hover{ /*hover background color*/
	/*background-color: #d2d1d1;*/
	background-color: #C80003;
	color:#FFF;
}