#dropmenudiv{
position: absolute;
background-color: #88abc3;
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:#ffffff;
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: #9ebdc7;
color: #333333;
}

/* Sample CSS definition for the example list. Remove if desired */
.navlist li {
list-style-type: square;
width: 135px;
background-color: #FFFFB9;
}
