@charset "gb2312";

/* Nav
==========================================================*/
.nav {  position: relative;    margin: 0; height:20px; padding-left:100px;}

.navlist {	padding-left:0px;}
.nav li {    float: left;    display: inline; background:url(../images/menu_li.gif) no-repeat left 10px;}
.nav a {    display: block;    width: 90px;	height:20px;   text-align: left; padding-left:7px;  font-size: 120%; font-weight:700;	}

.link1 a.menu { width:75px;}
.link1 a.menu:hover,
.link2 a.menu:hover,
.link3 a.menu:hover,
.link4 a.menu:hover,
.link5 a.menu:hover,
.link6 a.menu:hover,
.link7 a.menu:hover,
.link8 a.menu:hover,
.link9 a.menu:hover{color:#ffd200; text-decoration:none;}
/*.link1 a.menu:hover{background-position:-45px 0px;}
.link2 a.menu:hover{background-position:-150px 0px;}
.link3 a.menu:hover{background-position:-255px 0px;}
.link4 a.menu:hover{background-position:-360px 0px;}
.link5 a.menu:hover{background-position:-465px 0px;}
.link6 a.menu:hover{background-position:-570px 0px;}
.link7 a.menu:hover{background-position:-675px 0px;}
.link8 a.menu:hover{background-position:-780px 0px;}
.link9 a.menu:hover{background-position:-890px 0px;}*/

.nav a.current, .nav a:hover, .nav a:active {}

.subnav {
    position: absolute;
    top: 30px;
    left: 0;
    float: left;
    line-height: 27px;
	text-align:left;
    white-space: nowrap;
    background: #fff;
	border:#aaa 1px solid;
	filter:alpha(opacity=70); 
	z-index:99999;
}
* html .subnav {
    margin: 0 10px 0 -10px; /* IE 6 and below */
}
.subnav p {
    padding: 0 10px;
    background: #fff;
}
.subnav p span {
    display: block; line-height:27px; padding:10px 5px;
    /*background: url(../images/nav_bg.png) repeat-x 0 -207px;*/
}
.subnav p.pointer {
    position: absolute;
    top: -5px;
    left: 0;
    height: 5px;
    width: 11px;
    padding: 0;
    margin-left: 20px;
    text-indent: -999em;
    background: url(../images/nav_bg.png) repeat-x 0 -261px;
}
.subnav a {
    display: inline;
	font-weight: normal;
    padding: 0;
    font-size: 100%;
	margin: 0;
	text-decoration:none;
}

.subnav a:hover {
    font-weight: normal;
	color: #000;
	text-decoration: underline;
	background: url(../images/nav_bg.png) repeat-x 0 -268px;
}
/* subnav position and pointer position */
#subnav1 { left: 185px ;}
#subnav2 { left: 282px; }
#subnav3 { left: 380px; }
#subnav4 { left: 477px; }
#subnav5 { left: 404px; }
#subnav6 { left: 572px; }
#subnav7 { left: 567px; }
#subnav8 { left: 648px; }

#subnav1 .pointer,
#subnav2 .pointer,
#subnav3 .pointer,
#subnav4 .pointer,
#subnav5 .pointer,
#subnav6 .pointer,
#subnav7 .pointer,
#subnav8 .pointer { left: 15px; }
