.nav {
    position: relative;
    margin: 0 0 0;
    background: url(../images/chinaz_nav_bg.png) no-repeat 0 -36px;
}
.navinner {
    background: url(../images/chinaz_nav_bg.png) no-repeat 100% -72px;
}
.navlist {
    height: 36px;
    line-height: 36px;
    overflow: hidden;
    margin: 0 10px;
    background: url(../images/chinaz_nav_bg.png) repeat-x 0 0;
}
.nav li {
    float: left;
    display: inline;
    margin: 0 0 0 -2px;
    padding: 0 4px 0 6px;
    background: url(../images/chinaz_nav_bg.png) no-repeat 0 -108px;
}
.nav a {
    display: block;
    width: 89px;
    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: url(../images/chinaz_nav_bg.png) no-repeat 50% -144px;
}
.subnav {
    position: absolute;
    top: 41px;
    left: 0;
    float: left;
    height: 27px;
    line-height: 27px;
    white-space: nowrap;
    background: url(../images/chinaz_nav_bg.png) no-repeat 0 -180px;
}
* html .subnav {
    margin: 0 10px 0 -10px; /* IE 6 and below */
}
.subnav p {
    padding: 0 10px;
    background: url(../images/chinaz_nav_bg.png) no-repeat 100% -234px;
}
.subnav p span {
    display: block;
    background: url(../images/chinaz_nav_bg.png) 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(../images/chinaz_nav_bg.png) repeat-x 0 -261px;
}
.subnav a {
    display: inline;
    padding: 0;
    font-size: 100%;
}
[class~="subnav"] a {
    padding: 0 3px;
}
.subnav, .subnav a:link, .subnav a:visited {
    color: #235e99;
}
.subnav a:hover, .subnav a:active {
    color: #235e99;
}
.subnav a:hover, .subnav a:active {
    font-weight: normal;
    background: none;
    border-bottom: 2px solid;
}
/* subnav position and pointer position */
#subnav1 { left: 50px; }
#subnav2 { left: 10px; }
#subnav3 { left: 300px; }
#subnav4 { left: 380px; }
#subnav5 { left: 450px; }
#subnav6 { left: 515px; }
#subnav7 { left: 725px;}
#subnav1 .pointer,{ left: 50px; }

#subnav3 .pointer,
#subnav4 .pointer { left: 40px; }
#subnav2 .pointer { left: 210px; }
#subnav5 .pointer { left: auto; right: 30px; }
#subnav6 .pointer { left: auto; right: 20px; }
#subnav7 .pointer { left: auto; right: 70px; }
#subnav1, #subnav2, #subnav3, #subnav4 {
    min-width: 110px;
}
#subnav5 { min-width: 340px; right:220px}

#subnav7 { min-width: 130px; }
/* Note
==========================================================*/
.note {
    margin: 0 15px 10px;
	color:#666666;
}
.note span{
	float:right;
}
.disable {
    display: none;
}
* html .container {
    height: 100%;
}
.container {
    width: 910px;
    min-height: 100%;
	margin:auto;
    text-align: left;
    background: #fff;
}
.container .wrap {
    margin: 0 10px;
}


/* 目录的样式 （列表形式）  */
.categories_box {
 text-align:left;
}
.categories_box li {
  min-height:20px;
  _height:20px;
}
/* 列表一级目录样式 */
/*
#categories_box ul {
margin:0;
padding:0;
list-style-type:none;
}
#categories_box ul li {
  background: url(http://www.zzsky.cn/effect/images/bgmenu2.gif) no-repeat left top;
  font-family: Verdana, Arial, Helvetica, sans-serif;font-size: 11px;color: #7D76B7;font-weight:bolder;
}
#categories_box ul li a{
  text-decoration:none;
}
#categories_box ul li a:link { COLOR: #7D76B7; TEXT-DECORATION: none }
#categories_box ul li a:visited { COLOR: #7D76B7; TEXT-DECORATION: none }
#categories_box ul li a:hover { COLOR: #017B88; TEXT-DECORATION: underline}
*/
/* 列表二级目录样式 */
.categories_box ul {
margin:0;
padding:0;
list-style-type:none;
}
.categories_box ul li {
  padding-left: 2em;
  font-family:Verdana, Arial, Helvetica, sans-serif;font-size: 11px;color: #333333; font-weight:normal;
}
.categories_box ul li a {
	text-decoration: none;
}
.categories_box ul li a:link { COLOR: #333333; TEXT-DECORATION: none }
.categories_box ul li a:visited { COLOR: #333333; TEXT-DECORATION: none }
.categories_box ul li a:hover { COLOR: #017B88; TEXT-DECORATION: underline}
/* 列表三级目录样式 */
.categories_box ul  ul  ul {
margin:0;
padding:0;
list-style-type:none;
}
.categories_box ul ul li {
background:none;
padding-left:1.5em;
font-family:Verdana, Arial, Helvetica, sans-serif;font-size: 11px;color: #635BA9; font-weight:normal;
}
.categories_box ul ul li a{
  text-decoration: underline;
}
.categories_box ul ul li a:link { COLOR: #635BA9; TEXT-DECORATION: underline }
.categories_box ul ul li a:visited { COLOR: #635BA9; TEXT-DECORATION: underline }
.categories_box ul ul li a:hover { COLOR: #017B88; TEXT-DECORATION: underline}


