#dropmenudiv{
position:absolute;
visibility: hidden;
border:1px solid #050708;
border-bottom-width: 0;
font:normal 12px trebuchet, trebuchet ms, Verdana;
line-height: 26px;
z-index: 100;
background-color: #f2f1e3;
width: 130px;
}

#dropmenudiv a{
color: #050708;
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid #050708;
padding: 1px 0;
text-decoration: none;
font-weight: normal;
text-indent: 5px;
}

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

