dl, dt, dd, ul, li {
margin : 0;
padding : 0;
list-style-type : none;
}
#menus{
	margin-top:40px;
}
#menu {
width : 245px;
padding : 0;
}
#menu dt {
cursor : pointer;
margin : 2px 0;
height : 20px;
line-height : 20px;
text-align : center;
font-weight: bolder;
background-color : #369963;

color: #fff;
text-decoration : none;
display : block;
border : 0 none;
height : 20px;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
}
#menu dt span {
width : 245px;
background-repeat : no-repeat;
background-position : 95% center;
display : block;
color: black;
}
#menu li {
text-align : center;
background-color : #e4e4e4;
line-height : 20px;
border : 1px solid #fff;
}
#menu li a {
color: black;
text-decoration : none;
display : block;
border : 0 none;
height : 20px;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
}
#menu dt a:hover, #menu dt:hover {
background-color : #18663d;
}
#menu li a:hover {
background-color : #eefff6;
}
