/* Nav
==========================================================*/
.navlist {
    margin: 0 10px;
}
.navlist li {float:left;font-size:14px;line-height:25px;padding:0 5px;}

.nav li {
    float: left;
    display: inline;
    margin: 0 0 0 -2px;
    padding: 0 4px 0 6px;
}
.nav a {
    display: block;
    width: 102px;
    text-align: center;
    font-size: 120%;
}
.nav a:link, .nav a:visited {
    color: #fff;
}
.nav a.current, .nav a:hover, .nav a:active {
    color: #fff;
    font-weight: bold;
    background: url(nav_bg.png) no-repeat 50% -144px;
}
.subnav {
    position: absolute;
    top: 41px;
    left: 0;
    float: left;
    height: 27px;
    line-height: 27px;
    white-space: nowrap;
    background: url(nav_bg.png) no-repeat 0 -180px;
}
* html .subnav {
    margin: 0 10px 0 -10px; /* IE 6 and below */
}
.subnav p {
    padding: 0 10px;
    background: url(nav_bg.png) no-repeat 100% -234px;
}
.subnav p span {
    display: block;
    background: url(nav_bg.png) repeat-x 0 -207px;
}
.subnav p.pointer {
    position: absolute;
    top: -4px;
    left: 0;
    height: 5px;
    width: 11px;
    padding: 0;
    margin-left: 20px;
    text-indent: -999em;
    background: url(nav_bg.png) repeat-x 0 -261px;
}
.subnav a {
    display: inline;
    padding: 0;
    font-size: 100%;
}
[class~="subnav"] a {
    padding: 0 3px;
}
.subnav, .subnav a:link, .subnav a:visited {
    color: #235e99;
}
.subnav a:hover, .subnav a:active {
    color: #235e99;
}
.subnav a:hover, .subnav a:active {
    font-weight: normal;
    background: none;
}

/*二级菜单水平位置*/
#subnav1,#subnav2,#subnav3,#subnav4,#subnav5, #subnav6, #subnav7, #subnav8, #subnav9, #subnav10 { top:33px; }
#subnav1 { left: 0px; }
#subnav2 { left: 95px; }
#subnav3 { left: 175px; }
#subnav4 { left: 265px; }
#subnav5 { left: 355px; }
#subnav6 { left: 445px; } 
#subnav7 { left: 375px; }
#subnav8 { left: 445px; }
#subnav9 { left: 605px; }
#subnav10 { left: 445px; }

/*小三角的水平位置*/
#subnav1 .pointer,
#subnav2 .pointer,
#subnav3 .pointer,
#subnav4 .pointer { left: 25px; }
#subnav5 .pointer { left: 25px; }
#subnav6 .pointer { left: 25px; }
#subnav7 .pointer { left: auto; right: 70px; }
#subnav8 .pointer { left: auto; right: 85px; }
#subnav9 .pointer { left: auto; right: 35px; }
#subnav10 .pointer { left: auto; right: 83px; }

#subnav1, #subnav2, #subnav3, #subnav4, #subnav5, #subnav6, #subnav7, #subnav8 {
    min-width: 110px;
}

/* Note
==========================================================*/
.note {
    margin: 0 15px 10px;
	color:#666666;
}
.note span{
	float:right;
}
.disable {
    display: none;
}

