.menu_list {
	width:220px;
	overflow:hidden;
}
.menu_head {
	width:220px;
	height:45px;
	line-height:45px;
	margin-top:5px;
	cursor:pointer;
	position:relative;
	background:#ececec;
	text-indent:20px;
}
.current{
	background:url(../../images/sanjiao.png) right center no-repeat #C5E0FE;
}
.current a{
	color:#2d7bdc;
}
.menu_head a{
	color:#2a2a2a;
	font-size:16px;
	
}
.menu_body {
	width:auto;
	overflow:hidden;
	display:none;
	background:#ececec;
}
.menu_body ul{
	
}
.menu_body ul li{
	list-style-type:none;
	border-bottom:1px dashed #cacaca;
	padding-left:10px;
	overflow:hidden;
	width:auto;
	background:url(../../images/dian.png) 25px center no-repeat;
}
.menu_body ul li a {
	display:block;
	height:50px;
	line-height:50px;
	text-indent:30px;
	color:#2a2a2a;
	font-size:13px;
	
}
