.leftMenu{
	width: 260px;
	height:auto;
	overflow:hidden;
	background:#FFF; border:1px solid #eeeeee; 
}
.menu_list {
	width: 260px;
	background:#FFF;
}
.menu_list ul li{
	display: block;
	text-align: center;
	width: 100%;
}
.menu_list ul li .fuMenu{
	color: #333;
	font-size: 14px;
	cursor: pointer;
	height: 60px;
	line-height: 60px;
	text-align: center;
	width: 280px;
	border-bottom: 1px solid #eeeeee;
	float: left;
}
.menu_list ul li .xiala{
	float: left;
	margin-left: -50px;
	margin-top: 27px;
}
.menu_list ul li .div1 {
	width: 100%;
	height: auto;
	float: left;
}
.menu_list ul li .div1 .zcd{
	color: #333;
	font-size: 14px;
	height: 60px;
	background-color: #fff;
	margin-bottom: 1px;
	cursor: pointer;
	line-height: 60px;
	text-align: center;
	width: 280px;
}
.menu_list ul li .div1 .zcd1{
	color: #0472bf;
	font-size: 14px;
	height: 60px;
	background-color:#f4f4f4;
	margin-bottom: 1px;
	cursor: pointer;
	line-height: 60px;
	text-align: center;
	width: 280px;
	font-weight: bold;
}

.div1 {
	height: 200px;
	display: none;
}
.menu_list ul li .div1 .zcd:hover{ color: #333; background-color: #f4f4f4; font-weight: bold; }
.removes{
	color: #0FB9EF !important;
	border-left: 3px solid #0FB9EF;
}