
.menu_list {	
	width: 322px;
}

.menu_list2 {	
	width: 660px;
}
.menu_head {
	padding: 5px 22px;
	cursor: pointer;
	position: relative;
	margin:1px;
	color: #b4b6b9;
	font-weight: bold;
    background: #fff url(../left.png) no-repeat center left;
	border-bottom: dotted 1px #8e9296;
}
.menu_body {
	display:none;
}
.menu_body a{
color:#b4b6b9;
font-weight:bold;
text-decoration:none;
}

.menu_body a:hover{
  color: #000000;
  text-decoration:underline;
  }


