dl, dt, dd, ul, li {
margin: 0;
padding: 0;
list-style-type: none;
width:85px;
}
li {
width:100px;
}
.list{
width:98%;
padding-bottom:10px;
padding-left:10px;
list-style:circle;

}

#menu {
position:relative;
top: 5px;
left: 0;
width:100px;
}
#menu dt {
cursor: pointer;
margin: 2px 0;
height: 20px;
line-height: 20px;
text-align: left;
font-weight: bold;
color:#000;
padding-left:15px;
font-size : 12px;
}
#menu dd {
}
#menu li {
text-align: left;
background: #fff;
}
#menu li a, #menu dt a {
color: #000;
text-decoration: none;display: block;
border: 0 none;
height: 100%;
width:75px;
font-size : 12px;
}
#menu li a{
padding-left:25px;
}
#menu li a:hover{
background: #eee;
padding-left:25px;
}

#menu dt:hover {
background: #eee;
}
