dl, dt, dd, ul, li {
margin : 0;
padding : 0;
list-style-type : none;
}
#menu {
width : 145px;
padding : 0;
}
#menu dt {
cursor : pointer;
padding-left:5px;  
height : 20px;
line-height : 20px;
/*text-align : center;   */
font-weight : bold;
border : thin solid #d9def6;
background-color : #72acdc;
}
#menu dt span {
width : 145px;
background-repeat : no-repeat;
background-position : 95% center;
display : red;
color: white;
}
#menu dd {
border : thin solid #d9def6;
}
#menu li {
background-color : #eff3ff;
height : 20px;
line-height : 20px;
padding-left: 10px;
}
#menu li a, #menu dt a {
color: black;
text-decoration : none;
display : block; 
border : 0 none;
/*height : 32px;*/
}
#menu dt a:hover, #menu dt:hover {
/*background-color : #eff3ff; */
color:red;
}
#menu li a:hover {
background-color : #e0ebef;
color:red;
}

