﻿@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:98px;
	 line-height:98px;width:720px; overflow:hidden;}
#nav {
     margin:0 ; 
     width:720px; 
     display:block;
	 font-size:16px;
	 height:98px;
	 line-height:98px;
	 overflow:hidden;
	 font-family:"微软雅黑";
}
#nav .mainlevel {
      background:url(../images/d2.jpg) 0 0 repeat-x; 
	  float:left;
	  color:#a6043c;  
	  width:120px;
/*IE6 only*/}
#nav .mainlevel a {
      color:#222; 
	  text-decoration:none; 
	  line-height:98px; 
	  display:block; 
	  padding:0; 
	  width:120px;
	  text-align:center;
	  }
#nav .mainlevel a:hover {
      color:#333;
	  line-height:98px;
	  text-decoration: none; 
	  background:url(2.jpg) no-repeat center bottom;
	  }

#nav .mainlevel1 {
      background:url(../images/d1.jpg) 0 0 repeat-x;
	  float:left; 
      color:#fff;
	  margin:0px;
	  padding:0px;
	  
	  overflow:hidden;
	  width:120px;
/*IE6 only*/}
#nav .mainlevel1 li { list-style:none; height:35px; line-height:35px; overflow:hidden; font-size:14px;}
#nav .mainlevel1 a {
      color:#fff;
	  text-decoration:none; 
	  line-height:35px; 
	  display:block; 
	  padding:0; 
	  width:120px;
	  height:35px;
	  margin:0px;
	  padding:0px;
	  overflow:hidden;
	  text-align:center;
	  }
#nav .mainlevel1 a:hover {
      color:#47CFDD;
	  line-height:35px;
	  text-decoration:none; 
	  }
#nav .mainlevel ul {Z-INDEX: 999;
      display:none; 
	  position:absolute;
	  }
#nav .mainlevel li {
      background:rgba(0,0,0,0.5); 
	  width:120px;
	  /*IE6 only*/}
	  

