#dropmenudiv{
position:absolute;
line-height:10px;
z-index:100; 
font-style:normal; 
font-variant:normal; 
font-weight:normal; 
font-size:10px; 
font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
margin-left:3px;
}

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

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

