dl, dt, dd {
margin: 0;
padding: 0;
/*list-style-type: none;*/
}

#menu {
/*
position: absolute;
top: 1em;
left: 1em;
width: 10em;
*/
}

/*
#menu dt {
cursor: pointer;
background: #A9BFCB;
height: 20px;
line-height: 20px;
margin: 2px 0;
border: 1px solid gray;
text-align: center;
font-weight: bold;
} 
*/

#menu dd {
position: absolute;
z-index: 100;
left: 20em;
margin-top: -2em;
width: 20em;
background: #A9BFCB;
border: 1px solid gray;
}

#menu ul {
/*padding: 2px; */
} 

#menu li {
/*
font-size: 85%;
text-align: center;              
height: 18px;
line-height: 18px;*/
}

#menu li a, #menu dt a {
color: #000;
text-decoration: none;
display: block;
}

#menu li a:hover {
text-decoration: underline;
}
