@charset "UTF-8";
/* CSS Document */

#dropmenudiv{
position:absolute;
border: 1px solid black;
border-bottom-width: 0;
font:normal 1.4em "Times New Roman";
font-weight: bold;
color: #003399;
line-height:1.4em;
z-index:100;
}

#dropmenudiv a{
width: 100%;
display: block;
border-bottom: 1px solid black;
text-indent: 3px;
padding: 1px 0;
text-decoration: none;
font-weight: bold;
color: #003399;
font-variant: small-caps;
padding: 5px 0px 5px 5px;
width: 195px;
}

#dropmenudiv a:visited{ /*hover background color*/
color: #003399;
}

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

