dl, dt, dd, ul, li {
margin : 0;
padding : 0;
list-style-type : none;
}
#menu {
width : 170px;
padding : 0;
}
#menu dt {
cursor : pointer;
margin : 2px 0;
height : 32px;
line-height : 32px;
background-color : #B9C86B;
font-size: 14px;
font-decoration: bold;
	font-family: Arial, Sans-Serif;
	color: #333;
	text-align: center;
}
#menu dt span {
width : 190px;
background-repeat : no-repeat;
background-position : 95% center;
display : block;
color: black;
}
#menu dd {
border : thin solid #d9def6;
}
#menu li {
text-align : left;

background-color : #eff3ff;
}
#menu li a {
color: black;
text-decoration : none;
display : block;
border : 0 none;
height : 32px;
font-size: 13px;
	font-family: Arial, Sans-Serif;
	color: #333;
	text-align: center;
padding-top: 5px;
}

 #menu dt a {
color: black;
text-decoration : none;
display : block;
border : 0 none;
height : 32px;
font-size: 13px;
	font-family: Arial, Sans-Serif;
	color: #333;
	text-align: center;

}
#menu dt a:hover, #menu dt:hover {
background-color : #eff3ff;
}
#menu li a:hover {
background-color : #e0ebef;
}
