@charset "utf-8";
/* CSS Document */
div, ul{
    margin:0;
    padding:0;
    font-weight: normal;
    font-style: normal;
    font-size: 100%;
    font-family: inherit;
}

/* Nav
==========================================================*/
.nav {
width:950px;
    position: relative;
	margin:0px auto;
	padding-left:0px;
}
.navinner {

}
.navlist {
    height: 35px;
    line-height: 35px;
    overflow: hidden;
    margin: 0;
}
.nav li {
    float: left;
    display: inline;
    margin: 0 0 0 0;
    padding: 0;
}
.nav a {
    display: block;
    width: 116px;
    text-align: center;
    font-size: 12px;
	text-decoration:none;
}
.nav a:link, .nav a:visited {
    color: #fff;
	text-decoration:none;
	font-weight:bold;
}
.nav a.current, .nav a:hover, .nav a:active {
    color: #000;
    font-weight: bold;
	text-decoration:none;
	background:url(/images/a_bg.gif) repeat-x;
}
.subnav {
    position: absolute;
    top: 32px;
    left: 0;
    float: left;
    height: 25px;
    line-height: 25px;
    white-space: nowrap;
	background:url(/images/a_bg2.gif) repeat-x center bottom;
}
* html .subnav {
    margin: 0 10px 0 -10px; /* IE 6 and below */
}
.subnav p {
    padding: 0 10px;
	line-height:27px;
}
.subnav p span {
    display: block;
}
.subnav p.pointer {
    position: absolute;
    top: -4px;
    left: 0;
    height: 5px;
    width: 11px;
    padding: 0;
    margin-left: 20px;
    text-indent: -999em;
}
.subnav a {
    display: inline;
    padding: 0;
    font-size: 100%;
	text-decoration:none;
}
[class~="subnav"] a {
    padding: 0 3px;
}
.subnav, .subnav a:link, .subnav a:visited {
    color: #000000;
	font-weight:normal;
}
.subnav a:hover, .subnav a:active {
    color: #000000;
	font-weight:normal;	
}
.subnav a:hover, .subnav a:active {
    font-weight:bold;
    background: none;
	background-color:#f3b059
	
}
/* subnav position and pointer position */
#subnav1 { left: 0px; }
#subnav2 { left: 120px; }
#subnav3 { left: 240px; }
#subnav4 { left: 250px; }
#subnav5 { left: 100px;}
#subnav6 { left: 500px;}
#subnav7 { left: 500px;}
#subnav8 { left: 796px;}
#subnav1 .pointer,
#subnav2 .pointer,
#subnav3 .pointer,
#subnav6 .pointer,
#subnav7 .pointer,
#subnav8 .pointer,
#subnav4 .pointer { left: 30px; }
#subnav5 .pointer { left: auto; right: 290px; }

#subnav1, #subnav2, #subnav3, #subnav4, #subnav5, #subnav6, {
    min-width: 110px;
}
#subnav7 { min-width: 140px; }
#subnav8 { min-width: 140px; }

/* Note
==========================================================*/
.note {
    margin: 0 15px 10px;
	color:#666666;
}
.note span{
	float:right;
}
.disable {
    display: none;
}