﻿@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:87px;
	 line-height:87px;width:720px; overflow:hidden;}
#nav {
     margin:0 ; 
     width:720px; 
     display:block;	 
	 height:87px;	 
	 line-height:87px;
	 overflow:hidden;
}
#nav .mainlevel { 
      background:url() no-repeat right; 
	  float:left;
	  color:#aeff00;  
	  width:90px;
/*IE6 only*/}
#nav .mainlevel a {
      color:#333;
	  font-size:14px; 
	  font-family:"微软雅黑";
	  text-decoration:none; 
	  line-height:87px; 
	  display:block; 
	  padding:0; 
	  width:90px;
	  text-align:center;
	  }
#nav .mainlevel a:hover {
      color:#fff;
	  line-height:87px;
	  text-decoration: none;
	  background-color:#00b9ef; 
	  }
#nav .mainlevel1 {
	  float:left; 
      color:#000000;
	  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:#000000;
	  font-size:14px; 
	  text-decoration:none; 
	  line-height:28px; 
	  display:block;  
	  width:90px;
	  height:28px;
	  margin:0px;
	  padding:0px;
	  overflow:hidden;
	  text-align:center;
	  }
#nav .mainlevel1 a:hover {
      color:#fff;
	  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*/}

