@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:94px;
	 line-height:94px;width:800px; overflow:hidden}
#nav {
     margin:0 ; 
     width:800px; 
     display:block;
	 font-size:14px;
	 height:94px;
	 font-weight:bold;
	 line-height:94px;
	 overflow:hidden;
	 font-family:"Î¢ÈíÑÅºÚ";
}
#nav .mainlevel {
      _background:url(../images/d2.jpg) 0 0 repeat-x; 
	  float:left;
	  color:#a6043c;  
	  width:100px;
/*IE6 only*/}
#nav .mainlevel a {
      color:#444; 
	  text-decoration:none; 
	  line-height:94px; 
	  display:block; 
	  padding:0; 
	  width:100px;
	  text-align:center;
	  }
#nav .mainlevel:hover {
      color:#fff;
	  line-height:94px;
	  text-decoration: none; 
	  background:rgba(6,112,207,0.6);
	  }

#nav .mainlevel a:hover {color:#fff}
#nav .mainlevel:hover a {color:#fff}

#nav .mainlevel1 {
      background:url(../images/d1.jpg) 0 0 repeat-x;
	  float:left; 
      color:#000000;
	  margin:0px;
	  padding:0px;
	  
	  overflow:hidden;
	  width:100px;
/*IE6 only*/}
#nav .mainlevel1 li { list-style:none; height:40px; line-height:40px; overflow:hidden; font-weight:100;}
#nav .mainlevel1 a {
      color:#ffff;
	  text-decoration:none; 
	  line-height:40px; 
	  display:block; 
	  padding:0; 
	  width:100px;
	  height:40px;
	  margin:0px;
	  padding:0px;
	  overflow:hidden;
	  text-align:center;
	  }
#nav .mainlevel1 a:hover {
      color:#fff;
	  line-height:40px;
	  text-decoration:none; 
	  background:#0670cf;
	  }
#nav .mainlevel ul {Z-INDEX: 999;
      display:none; 
	  position:absolute;
	  }
#nav .mainlevel li {
      background:rgba(6,112,207,0.6);
	  width:100px;
	  /*IE6 only*/}
	  

