
.menu_list {	
	width: 222px;
}
.menu_head {
	padding: 5px 10px;
	cursor: pointer;
	position: relative;
	margin:1px;
color: #6d6e71;
border-bottom: solid 1px #fff;
    background: #dfe0e7 url(../left.png) no-repeat center right;
}


.menu_body {
	display:none;
}
.menu_body a{
  
  color:#000;

  
  font-weight:bold;
  text-decoration:none;
}
.menu_body a:hover{
  color: #000000;
  text-decoration:underline;
  }

