﻿@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:46px;
	 line-height:46px;width:1200px; margin:0px auto; overflow:hidden}
#nav {
     margin:0 ; 
     width:1200px; 
     display:block;
	 font-size:16px;
	 height:46px;
	 line-height:46px;
	 overflow:hidden;
	 font-family:"微软雅黑";
}
#nav .mainlevel {
      
	  float:left;
	  color:#a6043c;  width:150px; 
	
/*IE6 only*/}
#nav .mainlevel a {
      color:#fff; 
	  text-decoration:none; 
	  line-height:46px; 
	  display:block; width:150px; 
	  padding:0px; 
	  text-align:center;
	  }
#nav .mainlevel a:hover {
      color:#fff;
	  line-height:46px;
	  text-decoration: none; background:#f43129; 
	  }


#nav .mainlevel1 {
      background:url(/skin/images/d1.jpg) 0 0 repeat-x;
	  float:left; 
      color:#000000;
	  margin:0px;
	  padding:0px;
	  
	  overflow:hidden;
	  width:150px;
/*IE6 only*/}
#nav .mainlevel1 li { list-style:none; height:35px; line-height:35px; overflow:hidden; font-weight:100;}
#nav .mainlevel1 a { font-size:14px;
      color:#fff;
	  text-decoration:none; 
	  line-height:35px; 
	  display:block; 
	  padding:0; 
	  width:150px;
	  height:35px;
	  margin:0px;
	  padding:0px;
	  overflow:hidden;
	  text-align:center;
	  }
#nav .mainlevel1 a:hover {
      color:#fff;
	  line-height:35px;
	  text-decoration:none; 
	  background:#f43129;
	  }
#nav .mainlevel ul {Z-INDEX: 999;
      display:none; 
	  position:absolute;
	  }
#nav .mainlevel li {
      background:#9f1208; 
	  width:150px;
	  /*IE6 only*/}