dl, dt, dd, ul, li {
margin: 0;
padding: 0;
list-style-type: none;
}

#menu dt {
cursor: pointer;
height: 17px;
line-height: 20px;
margin: 2px 0;
text-align: left;
font-weight: bold;
}

#menu dd {
position: absolute;
z-index: 100;
left: 13.5em;
margin-top: -2.3em;
width: 10em;
height:5em;
background: white;
border: 1px solid #003366;
}

#menu ul {
padding: 1px;
}
#menu li {
text-align: center;
font-size: 85%;
height: 18px;
line-height: 18px;
}
#menu li a, #menu dt a {
color: #003366;
text-decoration: none;
display: block;
}

#menu li a:hover {
text-decoration: underline;
color:orange;
}

.style{
list-style-type: disc;
}