﻿@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*/
#menu {
	 height:77px;
	 line-height:77px;
	 width:1200px;
	 overflow:hidden;
 }
#nav {
     margin:0 ; 
     width:1200px; 
     display:block;	 
	 height:77px;	 
	 line-height:77px;
	 overflow:hidden;
}
#nav .mainlevel {
      background:url(shu.jpg) no-repeat right; 
	  float:left;
	  color:#015001;  
	  width:150px;
/*IE6 only*/}
#nav .mainlevel a {
      color:#666564;
	  font-size:14px; 
	 font-family:"microsoft yahei";
	
	  text-decoration:none; 
	  line-height:24px; 
	  display:block; 
	  padding:0; 
	  width:150px;
	  text-align:center;
	  }
	  #nav .mainlevel span{ font-size:12px; font-family:Arial;}
#nav .mainlevel a:hover {
      color:#da2219;
	  line-height:24px;
	  text-decoration: none; 
	
	  }
#nav .mainlevel1 {
	  float:left; 
      color:#000000;
	  margin:0px;
	  padding:0px;
	  overflow:hidden;
	  width:150px; padding-top:10px;
/*IE6 only*/}
#nav .mainlevel1 li { list-style:none; height:28px; line-height:28px; overflow:hidden; }
#nav .mainlevel1 a { 
 font-size:14px;
      color:#000000;
	  text-decoration:none; 
	  line-height:28px; 
	  display:block;  
	  width:150px;
	  height:28px;
	  margin:0px;
	  padding:0px;
	  overflow:hidden;
	  text-align:center;
	  }
#nav .mainlevel1 a:hover {
      color:#fff;
	  line-height:28px;
	  text-decoration:none; 
	  background:#da2219;
	  }
#nav .mainlevel ul {
      display:none; 
	  position:absolute;
	  }
#nav .mainlevel li {
      background:url(../images/d1.png) 0 0 repeat; 
	  width:150px;
	  /*IE6 only*/}

