
div, ul, p{
    margin: 0;
    padding: 0;
    font-weight: normal;
    font-style: normal;
    font-size: 100%;
    font-family: inherit;
}
body {
    color: #333;
    text-align: left;
    font: 12px/1.5 tahoma, helvetica, arial, sans-serif;
}

a:link, a:visited {
	 color: #333;
    text-decoration: none;
}
/* nav
==========================================================*/
.nav {
width:970px;
	
    position: relative;
	margin:0px auto;  
	background: 0 0 repeat-x;
}
/*.navinner {
    background:  no-repeat 100% -72px;
}*/
.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 6px;
    
}
.nav a {
    display: block;
    width: 76px;
    text-align: center;
    font-size: 120%;
}
.nav a:link, .nav a:visited {
    color: #fff;
}
.nav a.current, .nav a:hover, .nav a:active {
    color: #fff;
    font-weight: bold;
    background:  no-repeat 0 0;
    
}
.subnav {
	
    top: 41px;
    left: 0;
    float: left;
    height: 27px;
    line-height: 27px;
    white-space: nowrap;
    
   
}
* html .subnav {
    margin: 0 10px 0 -10px; /* ie 6 and below */
}
.subnav p {
    padding: 0 10px;
   
}
.subnav p span {   
}
.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%;
}
[class~="subnav"] a {
    padding: 0 3px;
}
.subnav, .subnav a:link, .subnav a:visited {
    color: #235e99;
    font-size:14px;
    font-weight:normal;
}
.subnav a:hover, .subnav a:active {
    color: #235e99;
}

/* subnav position and pointer position */
#subnav1{margin-left:-50px;}
#subnav2{margin-left:10px;}
#subnav4{margin-left:-100px;}
#subnav7{margin-left:-80px;}
#subnav10{margin-left:-50px;}




/* note
==========================================================*/
.note {
    margin: 0 15px 10px;
	color:#666666;
}
.note span{
	float:right;
}
.disable {
    display: none;
}
