﻿@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:45px;
	 line-height:45px;width:1110px; overflow:hidden;}
#nav {
     margin:0 ; 
     width:1110px; 
     display:block;	 
	 height:45px;	 
	 line-height:45px;
	 overflow:hidden;
}
#nav .mainlevel {
      background:url(../images/d2.jpg) no-repeat right; 
	  float:left;
	  color:#959595;  
	  width:157px;
/*IE6 only*/}
#nav .mainlevel a {
      color:#959595;
	  font-size:15px; 
	  font-family:"微软雅黑";
	  text-decoration:none; 
	  line-height:45px; 
	  display:block; 
	  padding:0; 
	  width:157px;
	  text-align:center;
	  }
#nav .mainlevel a:hover {
      color:#fff;
	  line-height:45px;
	  text-decoration: none; 
	  background:url(../images/bg2.gif) no-repeat center center;
	  }
#nav .mainlevel1 {
	  float:left; 
      color:#959595;
	  margin:0px;
	  padding:0px;
	  overflow:hidden;
	  width:135px;
/*IE6 only*/}
#nav .mainlevel1 li { list-style:none;  overflow:hidden;}
#nav .mainlevel1 a {
	font-size:14px;
      color:#fff;
	  text-decoration:none; 
	  line-height:30px; 
	  display:block;  
	  width:135px;
	  height:30px;
	  margin:0px;
	  overflow:hidden;
	  text-align:left;
	  padding-left:32px;
	  }
#nav .mainlevel1 a:hover {
      color:#fff;
	  line-height:30px;
	  text-decoration:none; 
	  background:url(../images/bg4.jpg) 0 0  no-repeat;
	  }
#nav .mainlevel ul { 
	background:#002c95;
      display:none; 
	  position:absolute;
	  }
#nav .mainlevel li {
	
	margin-top:15px;
	margin-bottom:15px;
      background:url(../images/bg5.jpg) 0 0 no-repeat; 
	  width:135px;
	  /*IE6 only*/}

