#dropmenudiv{
position:absolute;
border:1px solid #fff;
border-left:0;
border-right:0;
border-top:0;
border-bottom-width: 0;
font:normal 11px arial;
line-height:20px;
z-index:100;
}

#dropmenudiv a{
color:#FFFFFF;
width: 100%;
display: block;
text-indent: 10px;
border-bottom: 1px solid #fff;
padding: 1px 0;
text-decoration: none;
}

#dropmenudiv a:hover{ /*hover background color*/
background:white;
color:#285483;
}


