@charset "utf-8";
/* CSS Document */

.nav_wrap { background: url("../images/nav_bg.jpg") repeat-x left center; height: 40px; overflow: visible; }
.w1000 { width: 1000px; overflow: visible; font-size: 12px; margin: 0 auto; }
.nav { overflow: visible; font: 12px/40px ; clear: both; _padding-top: 0px; }
.nav ul { margin: 0; padding: 0; }
.nav ul li { width: 110px; text-align: center; color: rgb(255, 255, 255); line-height: 40px; overflow: visible; font-size: 14px; float: left; position: relative; z-index: 100; _display: inline; background: url("../images/nav_line.jpg") no-repeat right; }
.nav ul li a { display: block; width: 110px; height: 40px; color: rgb(255, 255, 255); font: bold 15px/40px ; }
.nav ul li a:hover, .nav ul li a.current { color: #06c; background: url(../images/nav_bg2.jpg) no-repeat center; }
.subMenu { background: url("../images/submenubg.png") repeat-x left bottom; left: 0px; top: 130px; width: 100%; height: 185px; display: none; position: absolute; z-index: 3; }
.subMenuLi { left: 5px; width: 125px; height: auto; padding: 10px 0; display: none; position: absolute; z-index: 100; _padding-top: 30px; _left: -10px; }
.subMenuLi ul { margin: 0px; padding: 0px; }
.subMenuLi ul li { height: 25px; color: rgb(87, 87, 87); font-size: 12px; margin-left: 20px; position: static; _display: inline; background: none; }
.subMenuLi ul li a { width: 75px; height: 20px; text-align: center; color: #333; font: 12px/20px ; display: block; }
.subMenuLi ul li a:hover { background: #06c; color: rgb(255, 255, 255); }




