#dropmenudiv{
position:absolute;
border:1px solid #2a72a7;
border-bottom-width: 0;
font:normal 12px "Trebuchet MS", Verdana ;
line-height:17px;
z-index:100;
}

#dropmenudiv a, span{
color: white;
width: 100;
display: block;
text-indent: 2px;
border-bottom: 1px solid #2a72a7;
padding: 1px 0;
text-decoration: none;
font-weight: none;
width:100%
}

#dropmenudiv a:hover{ /*hover background color*/
background-color: #691110;
color: white;
}
