@charset "utf-8";



.nav{ width:980px; height:32px; margin:0 auto; z-index:9999; border-left: solid 1px #cdcdcd; }
.nav .nav_list{ float:left;}
.nav li{float:left;height:32px; width:139px; line-height:32px;position:relative; list-style: none; border-right: solid 1px #cdcdcd; }
.nav li.last{background:none;}
.nav li a{float:left;display:block; width:139px; height:32px; text-align:center; line-height:32px; content: #333; }
.nav li a:hover{ text-decoration:none; }
.nav li a span{float:left;display:block; width:139px; height:32px; line-height:32px;cursor:pointer; font-family:"Microsoft YaHei";
	text-align:center; color:#333; font-size:14px;}
.nav li a.selected{ background:url(../images/nav_hover.jpg) no-repeat center center; }
.nav li a.selected2{ background:url(../images/nav_hover.jpg) no-repeat center center;}
.nav li.selected .submenu{display:block;}

.nav li .submenu{display:none;position:absolute;top:32px;left:0px;background: #fff; border-bottom: solid 2px #0b95c2; }
.nav li .submenu{width:100%; }
.nav li .submenu{ z-index:9999;}
.nav li .submenu li{float:left;padding:0;background:none;height:30px; line-height:30px; border-bottom: dashed 1px #dee0e1;border-left: none; }
.nav li .submenu li a{float:none;padding:0;text-align:left; font-family:"Microsoft YaHei";height:30px;line-height:30px;background:none; 
	color:#333;width:100%; text-align: center;}
.nav li .submenu li a:hover{font-weight:normal; color:#0b95c2; text-decoration:none; background: #eceeef; }
