#dropmenudiv{
position:absolute;
border:0px solid black;
border-bottom-width: 1;
font:normal 18px;
font-family: "Times New Roman", Times, serif;
line-height:19px;
z-index:100;
}

#dropmenudiv a{
width: 100%;
display: block;
text-indent: 4px;
border-bottom: 0px solid black;
padding: 1px 0;
text-decoration: none;
font-weight: normal;
color: white;
background-color: #AF653F;
text-align:left;
}

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