.menu_list {
	width:auto;
	border:1px solid #ccc;
	border-top:none;
	padding:5px 1px;
}
.menu_head {
	width:auto;
	height:40px;
	line-height:40px;
	padding-left:25px;
	cursor:pointer;
	background:#454BB9 url(../images/menu_head.png) 7px center no-repeat;
	border-bottom:1px solid #fff;
}
.menu_head a{
	color:#fff;
	font-size:16px;
}
.menu_head a:hover{
	color:#fff;
}
/*
#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:auto;
	overflow:hidden;
}
.menu_body ul{
	padding:10px 0 10px 20px;
}
.menu_body ul li{

}
.menu_body ul li a {
	display:block;
	width:auto;
	padding-top:10px;
	padding-bottom:5px;
}