body {
margin: 0;
padding: 0;
background: white;
}
dl, dt, dd, ul, li {
margin: 0;
padding: 0;
list-style-type: none;
color: #black;

font-size:11px;
font-family:verdana;
text-indent:5pt;
}

#menu {
position: absolute;
top: 102;
left: 0;

}
#menu {
width: 172px;
}
#menu dt {
cursor: pointer;
margin: 0px;
height: 25px;
line-height: 25px;
text-align: left;
border: 1px solid gray;
border-left:0px;
border-right:0px;
border-top:0px;
background: #EEEEEE;

}

#my dt {
margin: 0px;
border: 1px solid gray;
border-left:0px;
border-right:0px;
border-top:0px;
background: #EEEEEE;

}

#menu dd {
border: 1px solid gray;
}
#menu li {
text-align: left;
background: #EEEEEE;
height: 20px;
line-height: 20px;
font-size:10px;
font-family:verdana;
width: 100%;
border-right:0px;
}
#menu li a, #menu dt a {
color: #000000;
text-decoration: none;
display: block;
border: 0 none;
height: 100%;

}
#menu li a:hover, #menu dt a:hover {
color: #FFFFFF;
background: #000099;
}