

/* Nav

==========================================================*/

.nav{width:998px;letter-spacing:2px;  height:58px;position: relative; float:left;}

.navlist {
	width:998px;
	height:37px; line-height:37px;
	float:right;
background-color:#fac017;border:1px #ffde25 solid;
	border-bottom:2px #eedb73 solid; letter-spacing:2px;
	font-size:14px; color:#3c3b38;
	font-family:"微软雅黑";

}

.nav li {
    float: left;
    display: inline;
	width:110px;

}

.nav a {

    display: block;

    width: 96px;

    text-align: center;

    font-size: 120%;text-decoration: none;

}

.nav a:link, .nav a:visited {

    color: #000000;text-decoration: none;

}

.nav a.current, .nav a:hover, .nav a:active {

    color: #9e3d18;

    font-weight: bold;text-decoration: none;

}

.subnav {

    position: absolute;
margin-top:-7px;
    float: left;
height:27px;
    line-height: 20px;

    white-space: nowrap;

	font-size:13px;
	 width:409px;
	 text-align:center;
    background-image: url(t_10.gif);
	background-repeat:no-repeat;

}



.subnav p {

    padding: 0 10px;
	margin-top:5px;

}

.subnav p span {

    display: block;

}

.subnav a {

    display: inline;

    padding: 0;

    font-size: 100%;

}

[class~="subnav"] a {

    padding: 0 0px;

}

.subnav, .subnav a:link, .subnav a:visited {

    color: #8f6a00;

padding:0px 10px;

letter-spacing:0px;

}

.subnav a:hover, .subnav a:active {

    color: #000000;

}

.subnav a:hover, .subnav a:active {

    font-weight: normal;

    background: none;

}

/* subnav position and pointer position */

#subnav1 { left: 0px; }

#subnav2 { left: 70px; }

#subnav3 { left: 180px; }

#subnav4 { left: 280px; }

#subnav5, #subnav6 { 

    left: auto;

    right: 0px;

}

#subnav7 { 

    left: auto;

    right: 10px;

}


/* Note

==========================================================*/

.note {

    margin: 0 15px 10px;

	color:#666666;

}

.note span{

	float:right;

}

.disable {

    display: none;

}

