#dropmenudiv{
position:absolute;
background-color: #E4DED1;
border:1px solid #C2B598;
border-bottom-width: 0;
font:normal 8px tahoma;
line-height:10px;
z-index:100;
}

#dropmenudiv a{
width: 100%;
display: block;
text-indent: 10px;
border-bottom: 1px solid #C2B598;
padding: 5px 0;
text-decoration: none;
font-weight: none;
}

#dropmenudiv a:hover{ /*hover background color*/
background-color: #C2B598;

input { background-color: white! important}