#dropmenudiv
{
 background-color: #516B93;
 color: white;
 position:absolute;
 border-bottom-width: 0;
 line-height:18px;
 top: 10px;
 font-size: 10px;
 z-index:100;
}

#dropmenudiv a
{
 background: #748EB6;
 color: white;
 width: 100%;
 display: block;
 text-indent: 3px;
 padding: 1px 0;
 text-decoration: none;
}

#dropmenudiv a:hover
{
 background-color: #516B93;
 color: white;
}