body {
margin: 0px;
background-color: #CEE6E3;
}

td {
font-family: Verdana, san-serif;
font-size: 11px;
color: #333333;
line-height: 18px;
}

a:link, a:visited {
font-family: Verdana, sans-serif;
font-size: 10px;
font-weight: bold;
text-decoration: none;
}

a:hover, a:active {
font-family: Verdana, sans-serif;
font-size: 10px;
font-weight: bold;
}

.navTitle {
font-family: Verdana, sans-serif;
font-size: 18px;
font-weight: bold;
}

a.navLeft:link, a.navLeft:visited {
font-family: Verdana, sans-serif;
font-size: 10px;
font-weight: normal;
line-height: 16px;
text-decoration: none;
}

a.navLeft:hover, a.navLeft:active {
font-family: Verdana, sans-serif;
font-size: 10px;
font-weight: normal;
line-height: 16px;
text-decoration: underline;
}

.navLeftOff {
font-family: Verdana, sans-serif;
font-size: 15px;
font-weight: bold;
line-height: 16px;
}

#dropmenudiv{
position:absolute;
border:1px solid black;
border-bottom-width: 0;
font:normal 12px Verdana;
z-index:100;
}

#dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid black;
padding: 3px 0;
text-decoration: none;
font-weight: bold;
}

#dropmenudiv a:hover{ /*hover background color*/
background-color: yellow;
}
