#dropmenudiv {
	position:absolute;
	border:0;
	border-bottom-width: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height:18px;
	z-index:100;
	text-align: center;
}

#dropmenudiv a {
	width: 100%;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid #bd0300;
	padding: 1px 0;
	text-decoration: none;
	font-weight: bold;
	text-align: center;
	background-color:#9a0201;
	color:#FFFFFF;
}

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