@charset "utf-8";
/* CSS Document */

.nav { width: 100%; height: 42px; background: #0061AE; border-top: 1px solid #ddd; }
.nav_wrap { margin: 0 auto; width: 1200px; }
.nav_wrap li { float: left; position: relative; font-size: 16px; text-align: center; z-index: 999; border-right: 1px dotted #ddd; }
.nav_wrap li a { display: block; height: 42px; width: 170px; color: #FFF; font-size: 16px; line-height: 42px; }
.nav_wrap li a:hover, .nav_wrap li a.cur { text-decoration: none; color: #FFF; background: #0076D6; }
.nav_wrap li a.curr { background: url(../images/icon_1.png) no-repeat 25px 7px #0076D6; padding-left: 20px; width: 154px; }
.nav_wrap li a.curs { text-decoration: none; color: #FFF; width: 174px; }
.nav_wrap li.last { border: none; }
.nav_wrap li .sub_list { position: absolute; top: 42px; display: none; width: 170px; background: #eee; z-index: 999; opacity: 0.8; -moz-opacity: 0.8; -khtml-opacity: 0.8; }
.nav_wrap li .sub_list ul { margin: 0; padding: 0; }
.nav_wrap li .sub_list ul li { float: left; display: block; width: 170px; height: 30px; text-align: center; background: none; border: none; }
.nav_wrap li .sub_list ul li a { display: block; width: 170px; height: 30px; color: #333; font-size: 12px; line-height: 30px; }
.nav_wrap li .sub_list ul li a:hover { background: #d00; color: #fff; }
