#dropmenudiv{
position:absolute;
display: block;
background-color: #FFFF00;
border-bottom-width: 0;
font:normal 9pt arial;
line-height:18px;
z-index:100;
font-weight: bold;
text-decoration: normal;cursor:pointer;
}

#dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
padding: 1px 0;
text-decoration: none;
color: #fff;
cursor:pointer;
font-weight: bold;
background-color: #728fc8;
}

#dropmenudiv a:hover{ /*hover background color*/
background-color: #0053a1;
color: #fff;
cursor:pointer;
font-weight: bold;
}
