/***body {
background: white;
padding:0;
margin:0;
font-family: arial, sans-serif;
font-size: 80%;
color: black;
} ***/
dl, dt, dd, ul, li {
margin: 0;
padding: 0;
list-style-type: none;
}
#menu {
position: absolute;
top: 75px;
left: 2px;
width: 110px;
}

#menu dt {
cursor: pointer;
background: #FFFFFF;
height: 20px;
line-height: 20px;
margin: 2px 0;
border: 0;
text-align: right;
font-weight: bold;

}

#menu dd {
position: absolute;
z-index: 100;
left: 8.3em;
margin-top: -1.7em;
width: 11em;
background: #FFFFFF;
border: 1px solid white;
}

#menu ul {
padding: 2px;
}
#menu li {
text-align: left;
font-weight: bold;
font-size: 100%;
height: 18px;
line-height: 18px;
}
#menu li a, #menu dt a {
color: #336699;
text-decoration: none;
display: block;
}

#menu dt a:hover {
text-decoration: underline;
color: #0000FF;
}

#menu li a:hover {
text-decoration: underline overline;
color: #0000FF;
}
