#dropmenudiv{
position:absolute;
margin:  0px 0px 0px -42px;
border:4px #5e88ad;
font:bold 13px Georgia;
line-height:18px;
z-index:250px;
}

#dropmenudiv a{
width: 100%;
text-decoration: none;
display: block;
text-align: center;
}

#dropmenudiv a:hover{ /*hover background color*/
background-color: #000000;
border:1px #5e88ad;
}