.fen {
	width:950px;
	overflow:hidden;
	clear:left;
	float:left;
}
.fen a {
	width:920px;
	height:45px;
	cursor:pointer;
	color:#333;
	font-family:"微软雅黑";
	text-decoration:none;
	margin-left:0px;
	padding-left:30px;
	font-size:16px;
	line-height:45px;
	display:block;
	background-color:#ddd;
	background-image: url(../images/fen.png);
	background-repeat: no-repeat;
	background-position: 900px center;
}
.fen a:hover {
    width:920px;
	color: #fff;
	display:block;
	background-color:#156CA1;
	background-image: url(../images/fen.png);
	background-repeat: no-repeat;
	background-position: 900px center;
}
.fen {
	width:950px;
}
.f_x {
	width:950px;
	line-height:30px;
	margin-bottom:20px;
}
.f_x ul {
	margin-top:10px;
	margin-bottom:15px;
	list-style:none;
	display:none;
}
.f_x ul li {
	padding-left:10px;
	line-height:30px;
	border-bottom:1px solid #ddd;
}
#menus {
	display:block;
}