﻿@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:85px;line-height:85px;width:600px; overflow:hidden; float: right; }
#nav {
     margin:0 ; 
     width:600px; 
     display:block;	 
	 height:85px;line-height:85px;overflow:hidden;
}
#nav .mainlevel {
     
  float:left;
     color:#000;  
  width:120px;}
#nav .mainlevel a {
      color:#000;/*导航菜单字体颜色*/
	  font-size:17px; 
	  
	  font-family:"微软雅黑";
	  text-decoration:none; 
	  line-height:85px;display:block; 
	  padding:0; 
	  width:120px;
	  text-align:center;
	  
	  }
#nav .mainlevel a:hover{
	color:#4d9ced;
	background:url(slide-panel_03.png) no-repeat center bottom;
	
	  }
 /* #nav .mainlevel:hover .mainlevel1 a{ background-color:#f0f0f0;}*/
	  

#nav .mainlevel1 {
	  float:left; 
      color:#000000;
	  margin:0px;
	  padding:0px;
	  overflow:hidden;
	  width:120px;
/*IE6 only*/}
#nav .mainlevel1 li { list-style:none; height:28px; line-height:28px; overflow:hidden;}
#nav .mainlevel1 a {  font-size:14px; 
      color:#fff;/*二级字体颜色*/
	  text-decoration:none; 
	  line-height:28px; 
	  display:block;  
	  width:120px;
	  height:28px;
	  margin:0px;
	  padding:0px;
	  overflow:hidden;
	  text-align:center;
	  font-weight:lighter;/*二级菜单字体是否加粗，若都加粗可直接删除*/
	  }
#nav .mainlevel1 a:hover {
      color:#fff;/*二级鼠标经过时的字体颜色*/
	  line-height:28px;
	  text-decoration:none;
	  background:#CCFF66;
	  background:url(../images/d3.png) 0 0 repeat-x;/*二级下拉菜单鼠标放上去的背景，可换为图片*/
	  }
#nav .mainlevel ul {
      display:none; 
	  position:absolute;
	  }
#nav .mainlevel li {
      background:#33FFCC;
      background:url(../images/d1.png) 0 0 repeat-x;/*二级下拉菜单背景,可换为图片*/
	  width:120px;
	  /*IE6 only*/}
