.body {color: #FFFFFF; font-size: 9pt; font-family: Verdana; letter-spacing:1 }
.left {color: white; font-size: 8pt; font-weight: bold; font-family: Verdana; }
.menu {color: white; text-decoration: none; font-family: Verdana; font-size: 7.5pt;}
:hover.menu {text-decoration: underline; }
.footer {font-family: Verdana; font-size: 7pt; color: silver; }
a {color: lime; }
.hdr {color: lightgreen; font-weight: bold; }

#dropmenudiv{
position:absolute;
background-color: black;
border:1px solid white;
border-bottom-width: 0;
font:normal 10.5px Verdana;
color: lime;
line-height:16px;
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: bold;
}

#dropmenudiv a:hover{ /*hover background color*/
background-color: lime;
color: black;
}

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