#dropmenudiv{
position:absolute;
border:0px solid #000000;
border-top-width: 0px;
border-bottom-width: 1px;
border-left-width: 0px;
border-right-width: 0px;
font:normal .8em Verdana;
line-height:2.8em;
z-index:100;
}

#dropmenudiv a{
width: 100%;
display: block;
text-indent: 5px;
padding: 1px 0;
text-decoration: none;
font-weight: normal;
color: #785A4A;
}

#dropmenudiv a:hover{ /*hover background color*/
background-color: rgb(132,146,90);
color: rgb(231,220,178);
}