/* Nav
==========================================================*/
.nav {
width:852px;
    position: relative;
	margin:0px auto;
  
}
.navinner {
color:#000000
   
}
.navlist {height: 24px;line-height: 24px;overflow: hidden;margin: 0 10px;padding-top:5px;
/*padding-top:5px;   图片具上面的距离*/
}
.nav li {float: left;display: inline; margin: 0 0 0 -2px; padding: 0 10px 0 10px;
   
}/*每个菜单的宽度padding-top:-16px!important;*/
.nav a {
    /*display: block;*/
    /*font-family:宋体;*/
    width: 90px;
    text-align: center;
    font-size:14px;
	color: #151515;
}
.nav a:link, .nav a:visited {
    color: #ffffff;
	text-decoration: none;
	font-size:14px;
	font-weight: bold;
}
.nav a.current, .nav a:hover, .nav a:active {
    color: #ffffff;
    text-decoration: none;
	font-size:14px;
    font-weight: bold;
    
  
}
.subnav {
    position: absolute;
    top: 25px;
    left: 0;
    float: left;
    height: 25px;
    line-height: 25px;
	/*background:#ffffff;*/
    white-space: nowrap;
	border:0px solid #32549E;
 
}
* html .subnav {
    margin: 0 10px 0 -10px; /* IE 6 and below */
}
.subnav p {
    padding: 0 10px;
   
}
.subnav p span {
    display: block;
   
}
.subnav p.pointer {
    position: absolute;
    top: -4px;
    left: 0;
    height: 5px;
    width: 11px;
    padding: 0;
    margin-left: 10px;
    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:#151515;
	font-weight:bold;
}
.subnav a:hover, .subnav a:active {
    color: #151515;
	font-weight:bold;
}
.subnav a:hover, .subnav a:active {
    font-weight:bold;
    background: none;
    
}
/* subnav position and pointer position */
#subnav1 { left: 85px; }
#subnav2 { left: 155px; }



/*#subnav1 .pointer,
#subnav2 .pointer,
#subnav3 .pointer,
#subnav4 .pointer { left: 30px; }
#subnav5 .pointer { left: auto; right: 290px; }
#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;
}
