@charset "utf-8";
/* CSS Document */

.nav { width: 735px; height: 95px; float: right; }
.nav_wrap { margin: 0 auto; width: 735px; }
.nav_wrap li { float: left; position: relative; font-size: 16px; text-align: center; z-index: 999; background: url(../images/menu_split.gif) no-repeat right center; }
.nav_wrap li a { display: block; height: 95px; width: 104px; color: #333; font: 16px/95px "Microsoft YaHei"; }
.nav_wrap li a:hover, .nav_wrap li a.cur { text-decoration: none; color: #225cb0; background: url(../images/menu_arr.gif) no-repeat center bottom; }
.nav_wrap li.last { background: none; }
.nav_wrap li .sub_list { position: absolute; top: 95px; left:-25px; display: none; width: 154px; background: #0061ae; 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: 154px; height: 30px; text-align: center; background: none; border: none; }
.nav_wrap li .sub_list ul li a { display: block; width: 154px; height: 30px; color: #fff; font: 14px/30px "Microsoft YaHei"; }
.nav_wrap li .sub_list ul li a:hover { background: #004995; }
.w160 { width: 160px; }
