﻿@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:41px;
	 line-height:41px;width:960px; overflow:hidden;}
#nav {
     margin:0 ; 
     width:960px; 
     display:block;
	 font-size:14px;
	 height:41px;
	 font-weight:bold;
	 line-height:41px;
	 overflow:hidden;
}
#nav .mainlevel {
      background:url(../images/d2.jpg) 0 0 repeat-x; 
	  float:left;
	  color:#a6043c;  
	  width:150px;
/*IE6 only*/}
#nav .mainlevel a {
      color:#fff; 
	  text-decoration:none; 
	  line-height:41px; 
	  display:block; 
	  padding:0; 
	  width:150px;
	  text-align:center;
	  }
#nav .mainlevel a:hover {
      color:#000;
	  line-height:41px;
	  text-decoration: none; 
	  background:url(7.jpg) no-repeat center top;
	  }
#nav .mainlevel1 {
      background:url(../images/d1.jpg) 0 0 repeat-x;
	  float:left; 
      color:#000000;
	  margin:0px;
	  padding:0px;
	  
	  overflow:hidden;
	  width:150px;
/*IE6 only*/}
#nav .mainlevel1 li { list-style:none; height:28px; line-height:28px; overflow:hidden; font-weight:100;}
#nav .mainlevel1 a {
      color:#fff;
	  text-decoration:none; 
	  line-height:28px; 
	  display:block; 
	  padding:0; 
	  width:150px;
	  height:28px;
	  margin:0px;
	  padding:0px;
	  overflow:hidden;
	  text-align:center;
	  }
#nav .mainlevel1 a:hover {
      color:#000;
	  line-height:28px;
	  text-decoration:none; 
	  background:#deab00;
	  }
#nav .mainlevel ul {Z-INDEX: 999;
      display:none; 
	  position:absolute;
	  }
#nav .mainlevel li {
      background:#004c00; border-bottom:1px #08620d dotted;
	  width:150px;
	  /*IE6 only*/}
	  

