.leftnav     { color: #2e2e2e; font-size: 11px; font-family: Arial; line-height: 18px; text-decoration: none }
.leftnav:hover  { text-decoration: underline }
.topnav   { color: #f6ebda; font-size: 9pt; font-family: Arial; font-weight: bold; text-decoration: none; padding-bottom: 4px }
.topnav:hover { text-decoration: underline }
.boxhead { color: #fff; font-size: 9pt; font-family: Arial; font-weight: bold; padding: 3px }
.class   { color: black }
h2 { font-size: 11pt }
.subscribe { color: #60011e; font-size: 8pt }
body,td { font-size: 10pt; font-family: Arial }
.mainbox  { color: #984e36; font-size: 11pt; line-height: 16pt }
.mainbox2 { color: #000; font-size: 10pt }
.class1 { }
a { color: #60011e; text-decoration: underline }
h1 { color: #60011e; font-size: 12pt; font-family: "Trebuchet MS"; font-weight: bold }
.bethestar { font-size: 12pt; font-family: Papyrus }
#dropmenudiv{
position:absolute;
background-color: #ffffff;
border:1px solid black;
border-bottom-width: 0;
font:normal 10px Arial;
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;
}

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

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