#dropmenudiv{
position:absolute;
background-color: White;
border:1px solid Gainsboro;
border-bottom-width: 0px;
font:normal 12px Verdana;
line-height:18px;
z-index:100;
width: 300px;
}

#dropmenudiv a{
width: 100%;
display: block;
border-bottom: 1px solid Gainsboro;
padding: 1px 0px;
text-indent: 3px;
text-decoration: none;
text-transform: none;
font-weight: bold;
color:  Gray;
font-size: 10pt;
/*line-height: 22pt;*/
}

#dropmenudiv a:hover{ /*hover background color*/
background-color: Gainsboro;
color: #f2821c;
}

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