#dropmenudiv{
position:absolute;
background-color: black;
border:1px solid white;
border-bottom-width: 0;
font:normal 10px Tahoma;
line-height:14px;
z-index:100;
}

#dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid white;
padding: 1px 0;
text-decoration: none;
font-weight: ;
}

#dropmenudiv a:hover{ /*hover background color*/
background-color: deepskyblue;
}

/* Sample CSS definition for the example list. Remove if desired */
.navlist li {
list-style-type: square;
width: 135px;
background-color: #FFFFB9;
}

a{text-decoration:none; font-family:Tahoma; font-size:9pt; color:#C0C0C0}
a:hover      { color: #FFFFFF }

.body {font-family: Tahoma; font-size: 9pt; color:gray; line-height:150%}