@charset "utf-8";
/* CSS Document */
html, body, ul, li, h1, h2, h3, h4, h5, h6, fieldset, legend {padding:0; margin:0;}
ul,li {list-style-type:none; text-transform:capitalize;}
.clear {clear:both; *display:inline;/*IE only*/}

/*menu*/
#nav {
     margin:0 auto ; 
     width:960px; 
     display:block;
	 font-size:16px; 
	 font-family:"微软雅黑";
	 height:42px;
	 overflow:hidden;
}
#nav .mainlevel {
       background:url(../images/m_li.gif) right center no-repeat;
	  float:left; 
	  margin-right:0px; 
	  width:120px;
	  height:42px;
	  overflow:hidden;
/*IE6 only*/}
#nav .mainlevel a {
      color:#ffffff; 
	  text-decoration:none; 
	  line-height:42px; 
	  display:block; 
	  padding:0; 
	  width:120px; 
	  text-align:center;
	  }
#nav .mainlevel a:hover {
      color:#fff;
	  line-height:42px;
	  text-decoration:none; 
	   background:#0097db;
	  }
#nav .mainlevel1 {
      background:url(../images/d1.jpg) 0 0 repeat-x;
	  float:left; 
	  margin-right:4px; 
	  width:120px; z-index:10000;
/*IE6 only*/}
#nav .mainlevel1 a {
      color:#ffffff; 
	  text-decoration:none; 
	  line-height:30px; 
	  display:block; 
	  padding:0; 
	  width:120px;
	  text-align:center; font-size:14px; font-weight:normal;
	  }
#nav .mainlevel1 a:hover {
      color:#fff;
	  line-height:30px;
	  text-decoration:none; 
	  background:#0097db;
	  }
#nav .mainlevel ul {
      display:none; 
	  position:absolute;
	  }
#nav .mainlevel li {
      background:url(../images/d1.jpg) 0 0 repeat-x;; 
	  width:120px;
	  /*IE6 only*/}
