/* Basic code - don't modify */
 
 #nav { display: block; margin: auto; padding: 0; position:relative;z-index:100;margin-top:13px;}
  #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: left;clear:both;}
  
    #nav ul ul { top: 0; }
    
/* Essentials - configure this */

#nav ul { width: 200px;}
#nav ul ul { left: 201px;}


/* Everything else is theming */
 
#nav {height: 31px; }

#nav *:hover { abackground-color: #46166c; }
#nav a { text-decoration:none;color: #9f9f9f;font-size:13px;font-family:verdana; padding: 0px 10px 2px 10px; line-height: 1;afont-weight:bold;
background:url(/image/menu_sep1.jpg) no-repeat ;float:left; display:block; height:28px; line-height:28px;}
  #nav li.hover a { color: #ffffff;afont-weight:bold;}
  #nav ul {top: 32px; background-color: #770300;}
    #nav ul li a { background-color: #770300;color: #9f9f9f;float: left;text-decoration:none;afont-weight:bold;width: 200px;}
#nav ul li a:hover { background: #770300;text-decoration:underline;no-repeat;text-decoration:underline;afont-weight:bold;}
      #nav ul li.hover > a { color: #9f9f9f;}
   #nav ul a {  border-right: none;  filter: alpha(opacity=100); }
   
   #nav a.select{color: #9f9f9f;font-size:13px;afont-weight:bold;background-color: #770300; }



