





/* Nav

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

.nav{width:930px;letter-spacing:2px;  height:77px;position: relative; padding-top:15px; padding-left:70px;background-image:url(nav_04.jpg); background-repeat:no-repeat;}

.navlist {

    height: 36px;

    line-height: 36px;

	width:920px;

	float:right;

    background: url(nav_bg.gif) repeat-x 0 0;

}

.nav li {

    float: left;

    display: inline;

    margin: 0 0 0 -2px;

    padding: 0 4px 0 3px;

	font-size:13px;

	letter-spacing:0px;

    background: url(nav_bg.gif) no-repeat 0 -108px;

}

.nav a {

    display: block;

    width: 96px;

    text-align: center;

    font-size: 120%;

}

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

    color: #000000;

}

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

    color: #ff3600;

    font-weight: bold;

    background: url(nav_bg.gif) no-repeat 50% -144px;

}

.subnav {

    position: absolute;

    top: 54px;_top:40px;

    left: 0;

    float: left;

    height: 27px;

    line-height: 20px;

    white-space: nowrap;

	font-size:13px;

    background: url(nav_bg.gif) no-repeat 0 -180px;

}



.subnav p {

    padding: 0 10px;

    background: url(nav_bg.gif) no-repeat 100% -234px;

}

.subnav p span {

    display: block;

    background: url(nav_bg.gif) 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.gif) repeat-x 0 -261px;

}

.subnav a {

    display: inline;

    padding: 0;

    font-size: 100%;

}

[class~="subnav"] a {

    padding: 0 0px;

}

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

    color: #ffffff;

*margin-top:13px;

padding:0px 10px;

letter-spacing:0px;

}

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

    color: #c8c6c6;

}

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

    font-weight: normal;

    background: none;

}

/* subnav position and pointer position */

#subnav1 { left: 90px; }

#subnav2 { left: 270px; }

#subnav3 { left: 350px; }

#subnav4 { left: 20px; }

#subnav5, #subnav6 { 

    left: auto;

    right: 170px;

}

#subnav7 { 

    left: auto;

    right: 10px;

}



#subnav1 .pointer,

#subnav2 .pointer,

#subnav3 .pointer,

#subnav4 .pointer { left: 30px; }

#subnav5 .pointer { left: auto; right: 350px; }

#subnav6 .pointer { left: auto; right: 180px; }

#subnav7 .pointer { left: auto; right: 70px; }



#subnav1, #subnav2, #subnav3, #subnav4 {

    min-width: 110px;

}

#subnav5 { min-width: 340px; }

#subnav6 { min-width: 240px; }

#subnav7 { min-width: 130px; }





/* Note

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

.note {

    margin: 0 15px 10px;

	color:#666666;

}

.note span{

	float:right;

}

.disable {

    display: none;

}

