.rf_menu {
	border:1px solid #f5f5f5;
	left: 50%;
	margin-left: 520px;
	position: fixed;
	top: 100px;
	width: 100px;
	z-index: 100;
	background-color:#f5f5f5;
}
.menu {
	position:relative;
	padding-top:2px;
	padding-bottom:2px;
}
.rf_menu .topbo {
	background: url(images/index_tp.png) no-repeat 0 -340px;
	width:102px;
	height:44px;
	line-height:46px;
	text-align:center;
	font-size:18px;
	font-family:"微软雅黑";
	color:#fff;
	position:absolute;
	top:-40px;
	left:-1px;
}
.rf_menu .downbo {
	background:url(images/index_tp.png) no-repeat 0 -460px;
	width:102px;
	height:33px;
	position:absolute;
	bottom:-30px;
	left:-1px;
	cursor:pointer;
}
.rf_menu .downbo2 {
	background:url(images/index_tp.png) no-repeat 0 -580px;
	width:102px;
	height:33px;
	position:absolute;
	bottom:-30px;
	left:-1px;
	cursor:pointer;
}
.rf_menu ul {
	display:block;
}
.rf_menu ul li {
	font-size:12px;
	width:90px;
	height:20px;
	line-height:20px;
	text-align:center;
	padding:6px 3px 6px 3px;
	margin-left:0px;
}
.rf_menu ul li a {
	color:#888;
	text-decoration:none;
}
.rf_menu ul li a:hover {
	display:block;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius:10px;
	background-color:#888;
	color:#fff;
	line-height:20px;
	height:20px;
	text-decoration:none;
}
.rf_menu ul li .sel {
	display:block;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius:10px;
	background-color:#888;
	color:#fff;
	line-height:20px;
	height:20px;
}
.new-left-nav{
	border-bottom:1px solid #e3e3e3;
	height:110px;
	overflow:hidden;
}
.new-left-nav li{
	float:left;
	margin:10px 8px 0px 0;
	width:auto;
	white-space: nowrap;/*强制内容不换行*/
}