@charset "utf-8";
#menu {
	background-image: url(../images/nav_bg.jpg);
	background-repeat: repeat-x;
	height: 57px;
}
#nav{
	height:33px;
	position:relative;
	width:990px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-left: 13px;
}
#nav li{
	text-align:center;
	font-size:14px;
}
#nav .c{ float:left;margin:0;padding:0}

#nav li { float:left; list-style:none; }
#nav li .v a{
	width:120px;
	height:33px;
	line-height:33px;
	display:block;
	color:#FFF;
	float:left;
	font-family:"微软雅黑";
	text-align: center;
}
#nav li .v a:hover,#nav li .v .sele {
	line-height:33px;
	font-size:14px;
	background-image: url(../images/navh_bg.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	text-align: center;
	color: #F00;
}
#nav li .online{
	width:120px;
	height:33px;
	line-height:33px;
	display:block;
	float:left;
	font-family:"微软雅黑";
	text-align: center;	
	font-size:14px;
	background-image: url(../images/navh_bg.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	text-align: center;	
}
#nav li .online a{color: #F00;}

#nav .kind_menu {
	height:24px;
    line-height:24px;
	vertical-align:middle;
	position:absolute;
	top:33px;
    left:70px;
	width:880px;
	text-align:left;
	display:none;
}
#nav .kind_menu a {
	color:#848484;
	float:left;
	text-align:center;
	height:20px;
	font-family:Verdana, Geneva, sans-serif, "宋体";
	font-size: 12px;
	margin-left:20px;
}
#nav .kind_menu a:hover {
	color:#ff4300;
}
#nav .kind_menu span {
	font-size:12px;
	color:#848484;
	line-height:20px;
	float:left
}
