﻿@charset "utf-8";
.i_nav {
	z-index: 1000;
	width: 100%;
	height: 40px;
	margin:0 auto;
	font: 12px Microsoft YaHei;
	background-color:#333333;
}
.i_nav ul {
	z-index: 100;
	color:#Fff;
	text-align:center;
	margin:0 auto;
	width:960px;
	
}
.i_nav ul li {
	position: relative;
	display: inline;
	float: left;
	
}
/*

*/
.nava {
	display: block;
	overflow: hidden;
	width: 120px;
	height: 40px;
	line-height: 40px;
	color: #fff;
	font-size:16px;
	text-align: center;
	white-space: nowrap;
	text-overflow: ellipsis;
	text-decoration:none;
}
.nava:hover {
	width: 120px;
	height: 40px;
	color:#000;
	line-height: 40px;
}
.i_nav li.child, .i_nav li.first-child {
	background: url(../images/nav_abg.png) no-repeat right 15px;
}
.i_nav ul li ul {
	position: absolute;
	left: 0;
	display: none; /*collapse all sub menus to begin with*/
	visibility: hidden;
	margin:0px;
	width:120px;
}
.i_nav ul li ul li {
	display: list-item;
	float: none;
}
/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.i_nav ul li ul li ul {
	top: 0;
}
.i_nav ul li ul li td {
	white-space: nowrap;
}
.i_nav ul li ul li a {
	display: block;
	margin: 0; /*width of sub menus*/
	height: 25px;
	font: normal 12px/25px Microsoft YaHei;
	background-color:rgba(51, 51, 51, 0.8);color:white;
	text-decoration:none;
}

.i_nav ul li ul li a:hover {
	background-color:rgba(51, 51, 51, 0.5);
	color: White;
	text-decoration:underline;
}
.downarrowclass {
	display: none;
	position: absolute;
	top: 12px;
	right: 15px;
}
.ddshadow { /*shadow for NON CSS3 capable browsers*/
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
}
.toplevelshadow { /*shadow opacity for NON CSS3 capable browsers. Doesn't work in IE*/
}
/* Holly Hack for IE \*/
*html .i_nav ul li ul {
}
*html .nava, .navaactive, .navaactive:hover, .nava:hover { /*IE6 hack to get sub menu links to behave correctly*/
	display: inline-block;
}
*html .ddsmoothmenu {
	height: 1%;
}
/*Holly Hack for IE7 and below*/
.sortnav {
	float: left;
	width: 750px;
	height: 42px;
}
.sortnav dl {
}
.sortnav dt {
	display: inline-block;
}
.sortnav dt a {
	width: 126px;
	height: 40px;
	overflow: hidden;
	display: block;
	text-align: center;
	line-height: 45px;
	font-size: 15px;
	color: #0A1928;
	text-decoration: none;
	border-right: 1px solid #EAEAEA;
	border-top: 2px solid #FCFCFC;
}
.sortnav .select a, .sortnav dt a:hover, .sortnav dt.hover a {
	color: #00B7F0;
	text-decoration: none;
	font-weight: bold;
	border-top: 2px solid #00B7F0;
}
.sortnav dd {
	display: none;
}
.sortnav ul {
	padding: 10px;
}
.sortnav li a {
	display: block;
	width: 100%;
	overflow: hidden;
	line-height: 22px;
	font-weight: normal;
	text-overflow: ellipsis;
}
