@charset "utf-8";
/* CSS Document */
/* Nav
==========================================================*/
.nav {
width:860px;
    position: relative;
 margin:0px auto;
    /*background: url(images/20091127210925311.png) no-repeat 0 -36px;*/
}
.navinner {
    /*background: url(images/20091127210925311.png) no-repeat 100% -72px;*/
}
.navlist {
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    margin: 0 2px;
    /*background: url(images/20091127210925311.png) repeat-x 0 0;*/
}
.nav li {
    float: left;
    display: inline;
    margin: 0 0 0 0;
    padding: 0 2px 0 4px;
    /*background: url(images/20091127210925311.png) no-repeat 0 -108px;*/
}
.nav a {
    display: block;
    width: 83px;
    text-align: right;
    font-size: 120%;
}
.nav a:link, .nav a:visited {
    color: #fff;
}
.nav a.current, .nav a:hover, .nav a:active {
    color: yellow;
    /*font-weight: bold;*/
    /*background: url(images/20091127210925311.png) no-repeat 50% -144px;*/
}
.subnav {
    position: absolute;
    top: 41px;
    left: 0;
    float: left;
    height: 27px;
    line-height: 27px;
    white-space: nowrap;
    /*background: url(images/20091127210925311.png) no-repeat 0 -180px;*/
}
* html .subnav {
    margin: 0 10px 0 -10px; /* IE 6 and below */
}
.subnav p {
    padding: 0 10px;
    /*background: url(images/20091127210925311.png) no-repeat 100% -234px;*/
}
.subnav p span {
    display: block;
    /*background: url(images/20091127210925311.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(images/20091127210925311.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: #ffffff;
}
.subnav a:hover, .subnav a:active {
    color: #ffffff;
}
.subnav a:hover, .subnav a:active {
    font-weight: normal;
    background: none;
    border-bottom: 1px solid;
}
/* subnav position and pointer position */
#subnav1 { left: 60px; }
#subnav2 { left: 220px; }
#subnav3 { left: 290px; }
#subnav4 { left: 340px; }
#subnav5 { left: 380px; }
#subnav6 { left: 580px; }
#subnav7 { left: 540px; }
#subnav8 { left: 750px; }

/* Note
==========================================================*/
.note {
    margin: 0 15px 10px;
 color:#666666;
}
.note span{
 float:right;
}
.disable {
    display: none;
}
