﻿@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:31px;
	 line-height:31px;width:810px; overflow:hidden;}
#nav {
     margin:0 ; 
     width:810px; 
     display:block;	 
	 height:31px;	 
	 line-height:31px;
	 overflow:hidden;
}
#nav .mainlevel {
      
	  float:left;
	  color:#333333;  
	  width:90px;
/*IE6 only*/}
#nav .mainlevel a {
      color:#333333;
	  font-size:14px; 
	  
	  font-family:"微软雅黑";
	  text-decoration:none; 
	  line-height:31px; 
	  display:block; 
	  padding:0; 
	  width:90px;
	  text-align:center;
	  }
#nav .mainlevel a:hover {
	background:url(slide-panel_03.png) no-repeat;
	color:#FFF;
	text-decoration:none;
	line-height:31px;
    
	  }
#nav .mainlevel1 {
	  float:left; 
      color:#ffffff;
	  margin:0px;
	  padding:0px;
	  overflow:hidden;
	  width:90px;
/*IE6 only*/}
#nav .mainlevel1 li { list-style:none; height:28px; line-height:28px; overflow:hidden;}
#nav .mainlevel1 a {
      color:#ffffff;
	  text-decoration:none; 
	  line-height:28px; 
	  display:block;  
	  width:90px;
	  height:28px;
	  margin:0px;
	  padding-left:21px;
	  overflow:hidden;
	  text-align:left;
	  }
#nav .mainlevel1 a:hover {
      color:#1b8851;
	  line-height:28px;
	  text-decoration:none; 
	  background:url(../images/d3.jpg) 0 0 repeat-x;
	  }
#nav .mainlevel ul {
      display:none; 
	  position:absolute;
	  }
#nav .mainlevel li {
      background:url(../images/d1.jpg) 0 0 repeat-x;; 
	  width:90px;
	  /*IE6 only*/}

