.menu_list {
	width:auto;
	border-right:1px solid #CC0117;
}
.menu_head {
	width:auto;
	height:35px;
	line-height:35px;
	text-indent:35px;
	cursor:pointer;
	border-bottom:1px solid #CC0117;
	background:#75000B url(../../images/jia.png) 12px center no-repeat;
}
.menu_head a{
	color:#fff;
}
.menu_list .current {
	background:#75000B url(../../images/jian.png) 12px center no-repeat!important;
}
.menu_list .current a{
	color:#fff;
}
.menu_body {
	width:auto;
	overflow:hidden;
	display:none;
}
.menu_body ul{
	width:100%;
}
.menu_body ul li{
	width:100%;
	list-style-type:none;
	background:#CC0115;
	margin-bottom:5px;
}
.menu_body ul li a {
	display:block;
	width:auto;
	height:40px;
	line-height:40px;
	text-indent:20px;
	color:#fff;
}
.menu_body ul #on2 a{
	color:#fff;
}