#dropmenudiv {
position: absolute;
text-align: left;
font-family: Verdana,Arial, Helvetica, Sans-Serif;
font-size: 11px;
font-weight: bold;
letter-spacing: 2px;
line-height:18px;
z-index:100;
margin-top: 0;
}

#dropmenudiv a{
	color: #f4dbda;
	width: 90%;
	display: block;
	padding: 5px 10px;
	text-decoration: none;
	font-weight: bold;
	border-bottom: 1px dashed #e59593;
}

#dropmenudiv a:hover{
	color: #eaeaea;
	width: 90%;
	display: block;
	padding: 5px 10px;
	text-decoration: none;
	font-weight: bold;
	border-bottom: 1px dashed #fff;
	background-color: #ce0501;
}

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