/* Basic code - don't modify */
 
 /*#nav { display: block; margin: 0; padding: 0;  position: relative;background:url(../images/hs_bj_2.jpg) no-repeat; }*/
  #nav { display: block; margin: 0; padding: 0;  position: relative;  }
  #nav li { display: block; list-style: none; margin: 0; padding: 0; float: left; position: relative; }
  #nav a { display: block; }
  #nav ul { display: none; position: absolute; left: 0; margin: 0; padding: 0; }
  * html #nav ul { line-height: 0; } /* IE6 "fix" */
  	#nav ul a { zoom: 1; } /* IE6/7 fix */
    #nav ul li { float: none; }
    #nav ul ul { top: 0; }
    
/* Essentials - configure this */

#nav ul { width: 130px; background-color:#FFFFFF; }
#nav ul ul { left: 131px;}

/* Everything   font-size: 14px; font-family :@ºÚÌå ; font-weight :bold ; else is theming */
 
#nav {     padding-top:0px;}
/*#nav a { border-ri; width:112px; text-align:center;ht: 1px solid white; color:2px;font-family :"ËÎÌå" ; font-weight :bold ;  te; font-size: 12px; padding: 6px; line-height: 1; }*/
#nav a { border-right:1px solid white; width:130px; text-align:center;  font-family :"ËÎÌå" ;  font-size: 12px;   }
   #nav a:hover{}
  #nav li.hover a {  }
  #nav ul { top: 45px; }
  #nav ul li{
  	display:block;
  	height:24px;
	line-height:24px;
  	}
    #nav ul li a {}
      #nav ul a.hover { background:#f0f0f0; }
   #nav ul a { height:23px; width:130px;border-right: none; background:#ffffff; border-bottom:1px solid #e0e0e0; }
/* #nav ul a { border-bottom: none; } - I also needed this for IE6/7 */

