body {

font: 50% verdana, arial, sans-serif;
}
dl, dt, dd {
margin: 0px;
padding-top: 0px;
padding-left: 0px;
}
#menu {

border-left: 1px none #666666;
border-top: 1px solid #666666;
}
#menu {
width: 385px;
}

#menu ul, li {

padding-top: 0px;
padding-left: 0px;
list-style-type: none;
}

#menu dt {
font: arial;
font-size: 11px;
cursor: pointer;
color: #3398BE;
margin-top: 8px;
height: 20px;
line-height: 20px;
text-align: left; 
font-weight: bold;
border: 1px solid white;
}


#menu dd {
border: 1px solid white;
}

#menu li {
text-align: left;
padding-left: 10px;
background: white;
}

#menu li a, #menu dt a {
color: black;
text-decoration: none;
display: block;
border: 0 none;
height: 100%;
}

#menu li a:hover, #menu dt a:hover 
{
background: #D8EAEB;
}


