<!--

/* Nav
==========================================================*/
.nyxnav {

    position: relative;
	margin:0px auto;
}
.navlist {
    height: 35px;
    line-height: 35px;
    overflow: hidden;
    margin: 0 10px; 
}
.nyxnav li {
    float: left;
    display: inline;
    margin: 0 0 0 -2px;
    padding: 0 2px 0 2px;
    
}
.nyxnav a {
    display: block;
    width: auto;
    text-align: center;
	padding-left:10px;
	padding-right:10px;
	text-decoration:none;
	color:#FFFFFF; 
	background:url(http://nyxxb.cnjournals.cn/ext_images/jjss00_05.jpg) left;
}
.nyxnav a:link, .nyxnav a:visited {
    color: #000000;
}
.nyxnav a.current, .nyxnav a:hover, .nyxnav a:active {
    color: red;
    font-weight: bold;
	background:url(../ext_images/dhj_03.jpg) center no-repeat;
    /*background: url(../ext_images/lrtk.png) no-repeat 50% -144px; 控制标题图片*/
}
.subnav {
    position: absolute;
    top: 37px;               /*修改这个值可控制二级菜单距触发按钮的高度*/
    left: 0;
    float: left;
    height: 27px;
    line-height: 27px;
    white-space: nowrap;
    background: url(http://www.nyxxb.com.cn/nyaoxxb/ch/ext_images/lrtk.png) no-repeat 0 -180px;
	font-weight: bold;
}
* html .subnav {
    margin: 0 10px 0 -10px; /* IE 6 and below */
}
.subnav p {
    padding: 0 10px;
    background: url(http://www.nyxxb.com.cn/nyaoxxb/ch/ext_images/lrtk.png) no-repeat 100% -234px;
	font-weight: bold;
}
.subnav p span {
    display: block;
	
    background: url(http://www.nyxxb.com.cn/nyaoxxb/ch/ext_images/lrtk.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(http://www.nyxxb.com.cn/nyaoxxb/ch/ext_images/lrtk.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;
}

/* Note
==========================================================*/
.note {
    margin: 0 15px 10px;
	color:#666666;
}
.note span{
	float:right;
}
.disable {
    display: none;
}
-->