font.link {font: bold 7pt Arial ; text-decoration: none; }
a {font-family: Arial; font-size: 10pt; color: navy; font-weight: bold; text-decoration: underline;}
a:visited {font-family: Arial; font-size: 10pt; color: #660099; font-weight: bold;}
a:hover {font-family: Arial; font-size: 10pt; color: #ff0000; text-decoration: none;}
#dropmenudiv{
position:absolute;
border:1px solid black;
border-bottom-width: 0;
font:normal 8pt Arial;
text-decoration: none;
line-height:18px;
z-index:100;
}

#dropmenudiv a{
width: 50%;
display: block;
text-indent: 3px;
border-bottom: 1px solid black;
padding: 1px 0;
text-decoration: none;
color: 000000;
font-weight: bold;
}

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

