.menu_list {
	width:250px;
}
.menu_head {
	width:228px;
	height:55px;
	line-height:55px;
	padding-left:20px;
	font-size:14px;
	color:#525252;
	cursor:pointer;
	border:1px solid #ccc;
	position:relative;
	background:#f1f1f1 url(../images/pro_left.png) center right no-repeat;
	margin:0;
}
.menu_head a:hover,#sel021{
	color:#0098E4;
}
.menu_list .current {
	background:#f1f1f1 url(../images/pro_down.png) center right no-repeat;
}
.menu_body {
	width:248px;
	overflow:hidden;
	border-left:1px solid #ccc;
	background:#fff;
	border-right:1px solid #ccc;
	margin:0;
	display:none;
}
.menu_body ul{
	width:100%;
}
.menu_body ul li{
	width:100%;
	list-style-type:none;
	border-bottom:1px solid #ccc;

}
.menu_body ul li:hover i img{
	transform:scale(1.2);
	transition:0.5s;
}
.menu_body ul li i{
	float:left;
	margin:5px 0 0 15px;
}
.menu_body ul li i img{
	width:40px;
	height:40px;
	transition:0.5s;
}
.menu_body ul li a {
	display:inline-block;
	*display:inline;
	*zoom:1;
	height:50px;
	line-height:50px;
	text-indent:25px;
	color:#777777;
	background:#fff;
	text-decoration:none;
}
.menu_body a:hover {
	text-decoration:none;
	color:#0098E4;
}