﻿/*网页导航特效*/
.dh{width:1024px;height:34px;background:url(/images/dh-bg.jpg) 0px 0px repeat-x;}
.nav 
{
	width:1024px;
    position: relative;
    margin: 0px;
    
}

.navinner {
	background:url(/images/dh-right.jpg) top right no-repeat;
	width: 1024px;
}

.navlist {
    height: 36px;
	line-height:36px;
    overflow: hidden;
    margin:0px;
    
}
.nav li {
    float: left;
    display: inline;
    margin:0px;
    padding:0px;
    
}
.nav a {
    display: block;
    width: 96px;
    text-align: center;
    font-size: 120%;
}


.nav a.selected:link, .nav a.a1:visited {
    /*
    background-image:url(/images/dh-bg2.jpg);
*/
}
.nav a.selected.current,.nav a.a1:hover, .nav a.a1:active 
{
	 /*
	background-image:url(/images/dh-bg2.jpg);
	font-weight:bold;
*/
}


.nav a.a1:link, .nav a.a1:visited {
    color: #fff;
    font-weight:bold;
}
.nav a.a2.current,.nav a.a1:hover, .nav a.a1:active {
    color: #006969;
	/*
	background-image:url(/images/dh-bg2.jpg);
	*/
	font-weight:bold;
}

.nav a.a2:link, .nav a.a2:visited {
    color: #fff;
}
.nav a.a2.current, .nav a.a2:hover, .nav a.a2:active {
    color: #006969;
	background-image:url(/images/dh-bg2.jpg);
	font-weight:bold;
}
.nav a.a3:link, .nav a.a3:visited {
    color: #fff;
}
.nav a.a3.current, .nav a.a3:hover, .nav a.a3:active {
    color: #006969;
	background-image:url(/images/dh-bg2.jpg);
	font-weight:bold;
}
.nav a.a4:link, .nav a.a4:visited {
    color: #fff;
}
.nav a.a4.current, .nav a.a4:hover, .nav a.a4:active {
    color: #006969;
	background-image:url(/images/dh-bg2.jpg);
	font-weight:bold;
}
.nav a.a5:link, .nav a.a5:visited {
    color: #fff;
}
.nav a.a5.current, .nav a.a5:hover, .nav a.a5:active {
    color: #006969;
	background-image:url(/images/dh-bg2.jpg);
	font-weight:bold;
}
.nav a.a6:link, .nav a.a6:visited {
    color: #fff;
}
.nav a.a6.current, .nav a.a6:hover, .nav a.a6:active {
    color: #006969;
	background-image:url(/images/dh-bg2.jpg);
	font-weight:bold;
}
.nav a.a7:link, .nav a.a7:visited {
    color: #fff;
}
.nav a.a7.current, .nav a.a7:hover, .nav a.a7:active {
    color: #006969;
	background-image:url(/images/dh-bg2.jpg);
	font-weight:bold;
}
.nav a.a8:link, .nav a.a8:visited {
    color: #fff;
}
.nav a.a8.current, .nav a.a8:hover, .nav a.a8:active {
    color: #006969;
	background-image:url(/images/dh-bg2.jpg);
	font-weight:bold;
}
.nav a.a9:link, .nav a.a9:visited {
    color: #fff;
}
.nav a.a9.current, .nav a.a9:hover, .nav a.a9:active {
    color: #006969;
	background-image:url(/images/dh-bg2.jpg);
	font-weight:bold;
}
.nav a.a10:link, .nav a.a10:visited {
    color: #fff;
}
.nav a.a10.current, .nav a.a10:hover, .nav a.a10:active {
    color: #006969;
	background-image:url(/images/dh-bg2.jpg);
	font-weight:bold;
}
.subnav {
    position: absolute;
    left: 0px;
	top:40px;
    float: left;
    height: 27px;
    line-height: 27px;
    white-space: nowrap;
	background: url(/images/nav_bg.png) no-repeat 0 -180px;
}
* html .subnav {
    margin: 0px; /* IE 6 and below */
}
.subnav p {
    padding: 0 10px;
	background: url(/images/nav_bg.png) no-repeat 100% -234px;
	margin-top:0px;
}
.subnav p span {
    display: block;
	height:25px;
	padding-top:2px;
	background: url(/images/nav_bg.png) repeat-x 0 -207px;
}
.subnav p.pointer {
    position: absolute;
    top: -4px;
    left: 0px;
    height: 5px;
    width: 11px;
    padding: 0px;
    
    text-indent: -999em;
	background: url(/images/nav_bg.png) repeat-x 0px -261px;
}
.subnav a {
    display: inline;
    padding: 0px;
    font-size: 100%;
}

[class~="subnav"] a {
    padding: 0px;
}

.subnav, .subnav a:link, .subnav a:visited {
    color: #016744;
	font-weight:normal;
}
.subnav a:hover, .subnav a:active {
    color: #539301;
}
.subnav a:hover, .subnav a:active {
    font-weight: normal;
    background: none;
    border-bottom: 1px solid;
}
/* subnav position and pointer position */
#subnav1 { left: 0px; }
#subnav2 { left: 107px; }
#subnav3 { left: 207px; }
#subnav4 { left: 0px; }
#subnav5 { left: 407px; }
#subnav6 { left: 507px; }
#subnav7 { left: 607px; }
#subnav8 { left: 707px; }

#subnav1 .pointer,{ left: 0px; }
#subnav2 .pointer,{ left: 40px; }
#subnav3 .pointer,{ left: 40px; }
#subnav4 .pointer { left: 0px; }
#subnav5 .pointer { left: 40px;}
#subnav6 .pointer { left: 40px;}
#subnav7 .pointer { left: 40px;}
#subnav8 .pointer { left: 40px;}



#subnav1, #subnav2, #subnav3, #subnav4 {
    min-width: 110px;
}
#subnav5 { min-width: 140px; }
#subnav6 { min-width: 140px; }
#subnav7 { min-width: 140px; }

/* Note
==========================================================*/
.disable {
    display: none;
}
