/* CSS Document */
body {
    color: #333;
    background: repeat-x;
    text-align: center;
    font: 12px/1.5 Tahoma, Helvetica, Arial, sans-serif;
}
a:link, a:visited {
    color: #333;
    text-decoration: none;
}

/* Nav
==========================================================*/
.nav {
    position: relative;
    margin: 0 1px 1px;
    background: url(images/nav_bg.png) no-repeat 0 -36px;
}
.navinner {
    background: url(images/nav_bg.png) no-repeat 100% -72px;
}
.navlist {
    height: 36px;
    line-height: 36px;
    overflow: hidden;
    margin: 0 10px;
    background: url(images/icon/nav_bg.png) repeat-x 0 0;
}
.nav li {
    float: left;
    display: inline;
    margin: 0 0 0 -2px;
    padding: 0 4px 0 6px;
    background: url(images/nav_bg.png) no-repeat 0 -108px;
}
.nav a {
    display: block;
    width: 76px;
    text-align: center;
    font-size: 100%;
}
.nav a:link, .nav a:visited {
    color: #fff;
}
.nav a.current, .nav a:hover, .nav a:active {
    color: #fff;
    background: url(images/nav_bg.png) no-repeat 50% -144px;
}
.subnav {
    position: absolute;
    top: -32px;
    left: 0;
    float: left;
    height: 27px;
    line-height: 27px;
    white-space: nowrap;
    background: url(images/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(images/nav_bg.png) no-repeat 100% -234px;
}
.subnav p span {
    display: block;
    background: url(images/nav_bg.png) repeat-x 0 -207px;
}
.subnav p.pointer {
    position: absolute;
    top: 6px;
    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;
    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;
    border-bottom: 2px solid;
}
/* subnav position and pointer position */
#subnav1 { left: 78px; }
#subnav2 { left: 164px; }
#subnav3 { left: 246px; }
#subnav4 { left: 332px; }
#subnav5 { left: 320px; }
#subnav6 { left: 490px; }
#subnav7 { left: 580px; }
#subnav8 { left: 530px; }
#subnav9 { left: 740px; }
#subnav10 { left: 690px; }

#subnav1 .pointer,
#subnav2 .pointer,
#subnav3 .pointer,
#subnav4 .pointer { left: 30px; }
#subnav5 .pointer { left: 125px; }
#subnav6 .pointer { left: 40px; }
#subnav7 .pointer { left: 35px; }
#subnav8 .pointer { left: 170px; }
#subnav9 .pointer { left: 42px; }
#subnav10 .pointer { left: 178px; }

#subnav1, #subnav2, #subnav3, #subnav4 {
    min-width: 76px;
}
#subnav5 { min-width: 485px; }
#subnav6 { min-width: 240px; }
#subnav7 { min-width: 130px; }
#subnav8 { min-width: 130px; }
#subnav9 { min-width: 130px; }
#subnav10 { min-width: 130px; }


/* Note
==========================================================*/
.note {
    margin: 0 15px 10px;
	color:#666666;
}
.note span{
	float:right;
}
.disable {
    display: none;
}
