#dropmenudiv{

position: absolute;

border: 0 solid #fff;

border-bottom-width: 0;

font: normal 11px/24px Tahoma,Arial,sans-serif;

z-index: 100;

margin: 3px 3px 0 1px;

}



#dropmenudiv a{

width: 97%;

display: block;

text-indent: 4px;

border-bottom: 2px solid #acc5ea;

border-right: 2px solid #acc5ea;

border-left: 2px solid #acc5ea;

padding: 1px 0 1px 0;

text-decoration: none;

font: normal 11px/24px Tahoma,Arial,sans-serif;

color: #0249ae;

}



#dropmenudiv a:hover{ /*hover background color*/

background-color: #306dc3;

color: #fff;

}