#dropmenudiv{
margin-left: 12px;
position:absolute;
border:1px solid black;
border-bottom-width: 0;
font-family: "Trebuchet MS", Tahoma, Arial, Verdana;
font-size: 12px;
line-height:18px;
z-index:100;
color: black;
}

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

}

#dropmenudiv a:hover{ /*hover background color*/
background-color: #2866cd;
color: white;
font-weight: bold;}