@charset "utf-8";
/* CSS Document */
.navbg { width: 100%; height: 43px; background: url(../images/nav_bg.jpg) repeat-x center; }
.nav { margin: 0 auto; width: 1000px; height: 43px; }
.nav ul { margin: 0; padding: 0; }
.nav ul li { float: left; display: inline; position: relative; width: 120px; height: 43px; color: #00923f; font-size:15px; line-height:43px; text-align: center; z-index: 100; }
.nav ul li a { display: block; width: 100%; color: #fff; text-decoration: none; }
.nav ul li a:hover, .nav ul li a.current { display: block; color: #fff; background:#065991; }
.navC { background: url(../images/nav_bg222.jpg) repeat-x left top #9f0000; }
.navC span { color: #fff !important; font-weight: bold; }
.drop { display: none; position: absolute; top: 43px; width: 205px; text-align: left; line-height: 30px; border: 1px solid rgb(221, 221, 221); }
.drop a { display: inline-block; padding-left: 20px; width: 185px !important; color: #333; font-size:14px; line-height:30px; background: rgb(255, 255, 255); opacity: 0.8; -moz-opacity: 0.8; -khtml-opacity: 0.8; }
.drop a:hover { color: #000; }
.drop dl { float: left; display: block; width: 205px; }
.drop dl dt { float: left; padding: 2px 0px; text-align: center; background: rgb(255, 255, 255); opacity: 0.9; -moz-opacity: 0.9; -khtml-opacity: 0.9; }
.drop dl dt img { display: block; }
.drop dl dd { float: left; position: relative; width: 205px; height: 30px; border-bottom: 1px solid rgb(221, 221, 221); z-index: 9999; }
.drop dl dd a { color: #333; font-size:14px; line-height:30px; }
.drop dl dd a:hover { color: #fff; background: url(../images/dd_bg2.jpg) no-repeat left center #a00; }
.line { float: left; width: 2px; height: 43px; background: url(../images/nav_line.jpg) no-repeat center; }
