@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:1000px;
	 height:48px;
     display:block;
	 font-size:16px; 
	 font-family:"微软雅黑";
	 border-bottom:#006f34 4px solid;
}
#nav .mainlevel {
	  float:left; 
	  
	  width:125px;
	  background-image:url(../images/d1.png);
	  background-repeat:no-repeat
/*IE6 only*/}
#nav .mainlevel a {
      color:#ffffff; 
	  text-decoration:none; 
	  line-height:48px; 
	  display:block; 
	  padding:0; 
	  width:125px;
	  text-align:center;
	  }
#nav .mainlevel a:hover {
      color:#fff;
	  line-height:48px;
	  text-decoration:none;
	  background-image:url(../images/d2.png);
	  background-repeat:no-repeat 

	  }
#nav .mainlevel .on {
      color:#fff;
	  line-height:48px;
	  text-decoration:none;
	  background-image:url(../images/d2.png);
	  background-repeat:no-repeat 

	  }
#nav .mainlevel1 {
      background:url(../images/d1.png) 0 0 repeat-x;
	  float:left; 
	  margin-right:4px; 
	  width:125px;
/*IE6 only*/}
#nav .mainlevel1 a {
      color:#ffffff;
	  font-size:12px;
	  text-decoration:none; 
	  line-height:30px; 
	  display:block; 
	  padding:0; 
	  width:125px;
	  text-align:center;
	  }
#nav .mainlevel1 a:hover {
      color:#fff;
	  line-height:30px;
	  text-decoration:none;
	  background-image:none;
	  background-color:#85c226

	  }
#nav .mainlevel ul {
      display:none; 
	  position:absolute;
	  }
#nav .mainlevel li {
	  width:125px;
	  background-color:#006f34;
	  border-top:#018840 1px solid;
	  /*IE6 only*/}

.xiaocms-page a,.xiaocms-page span{ margin:0 5px;}