

A.menu:link {color: white; text-decoration: none;}
A.menu:visited {color: white; text-decoration: none;}
A.menu:hover {color: AEAEAE; text-decoration: underline;}
A.menu:active {color: white; text-decoration: none;}

#dropmenudiv{
position:absolute;
border:1px solid black;
border-bottom-width: 0;
font:normal 10px 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;
}

#dropmenudiv a:hover{ /*hover background color*/
background-color: #ffffff;
}

.bottomtext {color:#189BAF}
.bottomtext a:link {color:#189BAF; text-decoration:underline}
.bottomtext a:visited {color:#189BAF; text-decoration:underline}
.bottomtext a:active {color:#189BAF; text-decoration:none}
.bottomtext a:hover {color:#189BAF; text-decoration:none}

A:link {color: #000000; text-decoration: underline;}
A:visited {color: #000000; text-decoration: underline;}
A:hover {color: #898989; text-decoration: underline;}
A:active {color: #000000; text-decoration: underline;}

A.header:link {color: BD0000; text-decoration: none;}
A.header:visited {color: BD0000; text-decoration: none;}
A.header:hover {color: black; text-decoration: underline;}
A.header:active {color: BD0000; text-decoration: none;}

A.footer:link {color: BD0000; text-decoration: none;}
A.footer:visited {color: BD0000; text-decoration: none;}
A.footer:hover {color: black; text-decoration: underline;}
A.footer:active {color: BD0000; text-decoration: none;}

BODY { background-color: #676566; }
BODY, TD, P, LI, BLOCKQUOTE { 
font-family: arial; color: #000000
}

H6 {
font-size: 10px;
font-weight: bold;
text-align: center;
color: white;
background: none;
}