#dropmenudiv{
position: absolute;
	left: -999em;
	float:left;
	width:150px;
	display:block;
	font-weight: normal;
	margin-top:10px;
	padding:10px;
	background:#C43527;
  border: 1px;
  border-bottom: 2px;
	border-color: #ffffff;
	border-style: solid;
}

#dropmenudiv a{
width:125px;
display: block;
text-indent: 0px;
border-bottom: 0px solid #ADADA;
padding: 0px 0;
text-decoration: none;
color: #FFFFFF;
padding-left: 0px;
font-weight: normal;
}

#dropmenudiv a:hover{ /*hover background color*/
background-color: #C43527;
color: #F1CB02;
font-weight: normal;
}

