.menu_list {
	width:250px;
}
.menu_head {
	width:228px;
	height:45px;
	line-height:45px;
	padding-left:20px;
	font-size:14px;
	cursor:pointer;
	border:1px solid #d8d8d8;
	background:#f1f1f1 url(../images/pro_left.png) center right no-repeat;
}

#sel021{
	background:url(../images/sanjiao.png) left center no-repeat;	
}
.menu_list .current {
	background:#f1f1f1 url(../images/pro_down.png) center right no-repeat;
}
.menu_body {
	width:248px;
	overflow:hidden;
	border-left:1px solid #d8d8d8;
	background:#fff;
	border-right:1px solid #d8d8d8;
	display:none;
}
.menu_body ul{
	width:100%;
}
.menu_body ul li{
	width:100%;
	list-style-type:none;

}
.menu_body ul li a {
	display:block;
	width:auto;
	height:40px;
	line-height:40px;
	text-indent:25px;
	color:#666;
	background:#fff;
	text-decoration:none;
	border-bottom:1px solid #d8d8d8;
}