@charset "utf-8";
/* CSS Document */

.nav {
	background: #808080;
}
#nav {
	height: 50px;
	position: relative;
	width: 1000px;
	margin: 0 auto;
	z-index:999999999;
}
#nav li {
	float: left;
	list-style: none;
	text-align: center;
	font-size: 14px;
	margin:0 28px;
}
#nav li .v a {
	width: 60px;
	height: 50px;
	line-height: 50px;
	display: block;
	color: #FFF;
	float: left;
	margin-right: 28px;
}

#nav li .v a:hover,#nav li .v .sele {
	background:url(images/nav_hover.jpg) no-repeat left bottom;
}
#nav .kind_menu {
	height: 34px;
	line-height: 34px;
	vertical-align: middle;
	position: absolute;
	top: 50px;
	left: 0px;
	z-index:99999999;
	width: 1000px;
	text-align: left;
	display: none;
	color: #000;
	font-size: 12px;
	background: url(images/bg_subnav.png);
}
#nav .kind_menu a {
	color: #000;
	float: left;
	font-size: 12px;
	margin: 0 30px 0 2px;
}
#nav .kind_menu a:hover {
	color:#000;
}
#nav a.backhome {
	position: absolute;
	left: 410px;
	bottom: 0;
}














