dl, dt, dd, ul, li {
margin : 0;
padding : 0;
list-style-type : none;
}
#menu {
width : 160px;
padding : 0;
}
#menu dt {
cursor : pointer;
margin : 2px 0;
height : 26px;
line-height : 26px;
text-align : left;
font-weight : bold;
font-size : 10pt ;
border : thin solid #d9def6;
background-color : #99ff66;
}
#menu dt span {
width : 160px;
background-repeat : no-repeat;
background-position : 95% center;
display : block;
color: blue;
}
#menu dd {
border : thin solid #d9def6;
}
#menu li {
text-align : center;
background-color : #c3fba6;
}
#menu li a, #menu dt a {
color: red;
text-decoration : none;
display : block;
border : 0 none;
height : 26px;
}
#menu dt a:hover, #menu dt:hover {
background-color : #c3fba6;
}
#menu li a:hover {
background-color : #e0ebef;
}

