#dropmenudiv{
position:absolute;
background-color: #FFFFFF;
border:1px solid black;
border-bottom-width: 0;
font:normal 8.5pt Verdana;
line-height:18px;
z-index:100;

}

#dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid black;
padding: 1px 0;
text-decoration: none;
font-weight: bold;
color: #0063FF;
font-size:8.5pt;

}

#dropmenudiv a:hover{ /*hover background color*/
background-color: #5F9DFF;
color: #ffffff;
}

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


td {font-family:verdana; font-size:8.5pt;}

body {font-family:verdana; font-size:8.5pt;}

a:link {text-decoration:none;}
a:visited {text-decoration:none;color:#0000ff;}
a:active {text-decoration:none;color:#0000ff;}
a:hover {color:#ffffff;}





