﻿@charset "gb2312";
/* 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:42px;
	 line-height:42px;width:720px; overflow:hidden;
	 margin-top:5px;
	 float:right;}
#nav {
     margin:0 ; 
     width:720px; 
     display:block;	 
	 height:42px;	 
	 line-height:42px;
	 overflow:hidden;
}
#nav .mainlevel {
      background:url(../images/d2.jpg) no-repeat right; 
	  float:left;
	  color:#aeff00;  
	  width:90px;
/*IE6 only*/}
#nav .mainlevel a {
      color:#4d4b4b;
	  font-size:14px; 
	  font-weight:bold;
	  font-family:"微软雅黑";
	  text-decoration:none; 
	  line-height:42px; 
	  display:block; 
	  padding:0; 
	  width:90px;
	  text-align:center;
	  }
#nav .mainlevel a:hover {
      color:#003399;
	  line-height:42px;
	  text-decoration: none; 
	 
	  }
#nav .mainlevel1 {
	  float:left; 
      color:#000000;
	  margin:0px;
	  padding:0px;
	  overflow:hidden;
	  width:500px;z-index:42000;
/*IE6 only*/}
#nav .mainlevel1 li { list-style:none; height:28px; line-height:28px; overflow:hidden;z-index:42000; }
#nav .mainlevel1 a {
      color:#fff;
	  text-decoration:none; 
	  line-height:28px; 
	  display:block;  
	  width:90px;
	  height:28px;
	  margin:0px;
	  padding:0px;
	  overflow:hidden;
	  text-align:center;
	 z-index:42000;
	 background:#0b3997;}
#nav .mainlevel1 a:hover {
      color:#fff;
	  line-height:28px;
	  text-decoration:none; 
	  background:#000d28;
	 z-index:42000; }
#nav .mainlevel ul {
      display:none; 
	  position:absolute;
	z-index:42000;  }
#nav .mainlevel li {
	margin-top:1px;
	margin-left:1px;
	float:left;
	z-index:42000;
	  width:90px;
	  /*IE6 only*/}

