/* CSS Document */
.top_box{ width: 980px ; margin: 0px auto ; }
.top_grid { width: 980px ; height: 108px ; overflow: hidden;}
.top_grid li{ float:left; height: 108px ;}
.left_grid{ width:253px ; text-align:center ; }
.left_grid img{ border: 0px ; margin-top: 15px; }
.center_grid{ width: 539px ; background:url(../images/topbg.png) right bottom no-repeat;}
.right_grid{ width: 188px ; }
.top_function{ margin-top: 60px ; font-size:12px ; color:#3DB8EA; }
.top_function a{ color:#3DB8EA; text-decoration:none;}
.top_function a:hover{ color: #06F;}

/*顶部导航样式部分 create by xsy*/
.nav_box{ width:100%; 
          height:35px;
		  clear:both;
 			background: url(../images/nav1.png) left top repeat-x;
			}
#tabMenu { padding: 0px;list-style:none;height:35px;}
#tabMenu li { float:left ; height:35px; line-height: 35px ;font-family: Microsoft YaHei,arial,verdana,sans-serif; text-align:left; width:120px;cursor:pointer;cursor:hand; text-align:center;}
#tabMenu li a{ font-size: 14px ; text-decoration:none; }
li.home{ background-repeat:no-repeat ; }
li.home a{ color:#fff;}
li.normal{ background-image:url(../images/nav2.png); background-repeat: repeat-x ; }
li.normal a{ color:#fff;}
li.mouseover {background-position:0 -35px;}
li.mouseout {background-position:0 -0px;}
li.selected {background-position:0 -35px;}
li.mouseover a{ color:#fff;}
li.mouseout a{color:#fff;}
li.selected a{color:#fff;}
