.header {font-family: Trebuchet MS; font-size: 9pt; font-weight: bold; font-style: italic; color: ivory;}
.left {font-family: Trebuchet MS; font-size: 10pt; font-weight: bold; font-style: italic; color: ivory; text-decoration: none; }
:hover.left {color: white}
.drop {font-family: Trebuchet MS; font-size: 9pt; font-weight: bold; font-style: italic; color: gray;}
.footer {font-family: Trebuchet MS; font-size: 8pt; font-weight: bold; font-style: italic; color: ivory;}
.link {color: #e3e3e3; font-family: Trebuchet MS; font-size: 8pt; font-weight: bold; font-style: italic; text-decoration: none; }
:hover {text-decoration: underline; color: red; }
.body {font-family: Trebuchet MS; font-size: 10pt; font-weight: bold; font-style: italic; color: ivory;}



#dropmenudiv{
position:absolute;
background-color: white;
border:1px solid black;
border-bottom-width: 0;
font:bold italic 11px Trebuchet MS;
line-height:18px;
z-index:100;
}

#dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid black;
color: gray;
padding: 1px 0;
text-decoration: none;
font-weight: bold;
}

#dropmenudiv a:hover{ /*hover background color*/
background-color: #e3e3e3;
color: #d00000;
}