@charset "utf-8";
/*@import url("style.css");

/* Nav
==========================================================*/
body,ul,li{
	margin:0;
	padding:0;
	list-style:none;
	}
.nav {
	position: relative;
	width: 930px;
	margin-top: 0;
	margin-left: 10px;
	margin-right: 10px;
	color: #FFF;
}







.navinner {
}
.navlist {
	height: 40px;
	line-height: 27px;
	overflow: hidden;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 10px;
}
.nav li {
	float: left;
	display: inline;
	background-repeat: no-repeat;
	padding-top: 0;
	padding-right: 4px;
	padding-bottom: 0;
	padding-left: 4px;
	color: #FFF;
	width: 94px;
}
.nav a {
	display: block;
	text-align: center;
	font-size: 120%;
	color: #FFF;
}
.nav a:link, .nav a:visited {
	color: #fff;
	font-family: "宋体";
	font-size: 14px;
	font-weight: bold;
	background-image: url(../images/8gai_03.jpg);
	width: 94px;
}
.nav a.current, .nav a:hover, .nav a:active {
	color: #fff;
	background-image: url(../images/8gai_05.jpg);
	background-repeat: no-repeat;
	height: 32px;
}
.subnav {
	position: absolute;
	top: 25px;
	left: 0;
	float: left;
	height: 30px;
	line-height: 30px;
	white-space: nowrap;
}
.subnav {
	margin: 0 10px 0 -10px; /* IE 6 and below */
	font-weight: normal;
}
.subnav p {
	padding: 0 10px;
}
.subnav p span {
	display: block;
	background-repeat: repeat-x;
	background-position: 0 -207px;
}
.subnav p.pointer {
	position: absolute;
	top: -4px;
	left: 0;
	height: 5px;
	width: 11px;
	padding: 0;
	margin-left: 20px;
	text-indent: -999em;
}
.subnav a {
    display: inline;
    padding: 0;
    font-size: 100%;
}
.subnav, .subnav a:link, .subnav a:visited {
	color: #910000;
	font-size: 12px;
	font-weight: normal;
	background-image: none;
}
.subnav a:hover, .subnav a:active {
	color: #910000;
	font-weight: normal;
	background-image: none;
}
.subnav a:hover, .subnav a:active {
	font-weight: normal;
	background: none;
}
/* subnav position and pointer position */
#subnav1 { left: 120px; }
#subnav2 { left: 223px; }
#subnav3 { left: 325px; }
#subnav4 { left: 430px; }
#subnav5 { left: 533px; }
#subnav6 { left: 638px; }
#subnav7 { left: 738px;}
#subnav8 { 
    left: auto;
    right: 0px;
}
#subnav1 .pointer,
#subnav2 .pointer,
#subnav3 .pointer,
#subnav4 .pointer { left: 30px; }
#subnav5 .pointer { left: auto; right: 290px; }
#subnav6 .pointer { left: auto; right: 180px; }
#subnav7 .pointer {
	left: auto;
	right: 100px;
}
#subnav8 .pointer { left: auto; right: 70px; }

#subnav1, #subnav2, #subnav3, #subnav4 {
    min-width: 110px;
}
#subnav5 { min-width: 340px; }
#subnav6 { min-width: 240px; }
#subnav7 { min-width: 130px; }
#subnav8 { min-width: 130px; }

.subnav_ff1{
	position:relative;
	*+top:12px;
	}
.subnav_ff{
	position:relative;
	top:-12px !important;
	}


/* Note
==========================================================*/
.note {
	margin: 0 10px 10px;
	color:#666666;
}
.note span{
	float:right;
}
.disable {
	display:none;
}
