﻿@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:610px; overflow:hidden}
#nav {
     margin:0 ; 
     width:610px; 
     display:block;
	 font-size:16px;
	 height:87px;
	 line-height:87px;
	 overflow:hidden;
	 font-family:"微软雅黑";
}
#nav .mainlevel {
      background:url(../images/d2.jpg) 0 0 repeat-x; 
	  float:left;
	  color:#a6043c;  
	  width:152px;
/*IE6 only*/}
#nav .mainlevel a {
      color:#444; 
	  text-decoration:none; 
	  line-height:87px; 
	  display:block; 
	  padding:0; 
	  width:152px;
	  text-align:center;
	  }
#nav .mainlevel:hover {
      color:#a6043c;
	  line-height:87px;
	  text-decoration: none; 
	  background:url(../images/slide-panel_03.png) 0 0 repeat-x;
	  }

#nav .mainlevel a:hover {color:#555555}
#nav .mainlevel:hover a {color:#555555}

#nav .mainlevel1 {
      background:url(../images/d1.jpg) 0 0 repeat-x;
	  float:left; 
      color:#000000;
	  margin:0px;
	  padding:0px;
	  
	  overflow:hidden;
	  width:152px;
/*IE6 only*/}
#nav .mainlevel1 li { list-style:none; height:35px; line-height:35px; overflow:hidden; font-weight:100; font-size:12px;}
#nav .mainlevel1 a {
      color:#000000;
	  text-decoration:none; 
	  line-height:35px; 
	  display:block; 
	  padding:0; 
	  width:152px;
	  height:35px;
	  margin:0px;
	  padding:0px;
	  overflow:hidden;
	  text-align:center;
	  }
#nav .mainlevel1 a:hover {
      color:#D1272A;
	  line-height:35px;
	  text-decoration:none; 
	  background:url(../images/d3.jpg) 0 0 repeat-x;
	  }
#nav .mainlevel ul {Z-INDEX: 999;
      display:none;  width:304px;
	  position:absolute;
	  }
#nav .mainlevel li { height:auto;
      background:rgba(255,255,255,0.9); background-color:#fff; border-bottom:1px #ddd solid;
	  width:152px;
	  /*IE6 only*/}
	  
#nav .mainlevel li dl{ display:none; left:152px; position:absolute; z-index:9999; top:-0px; background:rgba(229,229,229,0.9); border-left:1px #fff solid; }
#nav .mainlevel li:hover dl{ display:block;}
#nav .mainlevel li dt{border-bottom:1px #fff solid;}
	  

