#dropmenudiv{
position: absolute;
background-color: #ffffff;
border: 1px solid #cccccc;
border-bottom-width: 0;
/*font:normal 11px Verdana;*/
font-size: 11px;
line-height: 20px;
z-index: 100;
}

#dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
color:#000000;
border-bottom: 1px solid #cccccc;
padding: 1px 0;
text-decoration: none;
vertical-align: middle;
/*font-size: 11px;*/
font-weight: bold;
}

#dropmenudiv a:hover{ /*hover background color*/
background-color: #d5a624;
color: #ffffff;
}

/* Sample CSS definition for the example list. Remove if desired */
.navlist li {
list-style-type: square;
width: 135px;
background-color: #FFFFB9;
}