a:link, a:visited {
    color: #333;
    text-decoration: none;
}

/* Nav
==========================================================*/
.nav {
    position: relative;
    margin: 10px 40px 10px;
}
.navinner {
   
}
.navlist {
    height: 36px;
    line-height: 36px;
    overflow: hidden;
    margin: 0 10px;
   
}
.nav li {
    float: left;
    display: inline;
    margin: 0 0 0 -2px;
    padding: 0 4px 0 2px;
    background: url(../images/nav_bg1.png) no-repeat 0 ;
}
.nav a {
    display: block;
    width: 80px;
    text-align: center;
    font-size: 120%;
}
.nav a:link, .nav a:visited {
    color: #000;
	
}
.nav a.current, .nav a:hover, .nav a:active {
    color: #7C5A1B;
    font-weight: bold;
    background: url(../images/nav_bg2.png) no-repeat 50% ;
}
.subnav {
    position: absolute;
    top: 41px;
    left: 0;
    float: left;
    height: 27px;
    line-height: 27px;
    white-space: nowrap;
    background: url(../images/nav_bg3.gif) no-repeat 0;
}
* html .subnav {
    margin: 0 10px 0 -10px; /* IE 6 and below */
}
.subnav p {
    padding: 0 10px;
    background: url(../images/nav_bg4.gif) no-repeat 100% ;
}
.subnav p span {
    display: block;
    background: url(../images/nav_bg5.png) repeat-x 0 ;
}
.subnav p.pointer {
    position: absolute;
    top: -4px;
    left: 0;
    height: 5px;
    width: 11px;
    padding: 0;
    margin-left: 20px;
    text-indent: -999em;
    background: url(../images/nav_bg6.png) repeat-x 0 ;
}
.subnav a {
    display: inline;
    padding: 0;
    font-size: 100%;
}
[class~="subnav"] a {
    padding: 0 3px;
}
.subnav, .subnav a:link, .subnav a:visited {
    color: #7C5A1B;
}
.subnav a:hover, .subnav a:active {
    color: #7C5A1B;
}
.subnav a:hover, .subnav a:active {
    font-weight: normal;
    background: none;
    border-bottom: 2px solid;
}
/* subnav position and pointer position */
#subnav1 { left: 85px; }
#subnav2 { left: 170px; }
#subnav3 { left: 255px; }
#subnav4 { left: 350px; }
#subnav5 { left: 410px; }
#subnav6 { left: 450px; }



#subnav1 .pointer,
#subnav2 .pointer,
#subnav3 .pointer,
#subnav4 .pointer { left: 10px; }
#subnav5 .pointer { left: 30px; right: 0px; }
#subnav6 .pointer { left: 30px; right: 0px; }


#subnav1, #subnav2, #subnav3, #subnav4 {
    min-width: 110px;
}
#subnav5 { min-width: 340px; }
#subnav6 { min-width: 340px; }



/* Note
==========================================================*/
.note {
    margin: 0 15px 10px;
	color:#666666;
}
.note span{
	float:right;
}
.disable {
    display: none;
}
