/* Basic code - don't modify */
 
 #nav1 { display: block; margin: auto; padding: 0; position:relative;background-color: #dbdbdb;}
  #nav1 li { display: block; list-style: none; margin: 0; padding: 0; position: relative; aheight:30px;}
  #nav1 a { display: block;}
  #nav1 ul { display: none; position: absolute; left: 0; top:0px;margin: 0; padding: 0;}
  * html #nav1 ul { line-height: 0; } /* IE6 "fix" */
  	#nav1 ul a { zoom: 1;} /* IE6/7 fix */
    #nav1 ul li {float: none; clear:both;}
  
    #nav1 ul ul { top: 0; }
    
/* Essentials - configure this */

#nav1 ul { width: 200px;}
#nav1 ul ul { left: 201px;}


/* Everything else is theming */
 
#nav1 {width: 190px;  }
#nav1 li {border-bottom:1px solid #4a0400; width: 190px;}


#nav1 *:hover { abackground-color: #46166c; }
#nav1 a { text-decoration:none;color: #4a0400;font-size:13px; font-family:verdana;padding: 8px 7px 8px 7px; line-height: 1;afont-weight:bold;
}
  #nav1 li.hover a { afont-weight:bold;color: #770300;}
  #nav1 ul { left: 180px; background-color: #dbdbdb;}
    #nav1 ul li a { background-color: #dbdbdb;color: #4a0400;afloat: left;text-decoration:none;afont-weight:bold;}
#nav1 ul li a:hover { background: #dbdbdb;atext-decoration:underline;no-repeat;afont-weight:bold;}
      #nav1 ul li.hover > a { color: #4a0400;}
   #nav1 ul a {  border-right: none;  filter: alpha(opacity=100); }
   
   #nav1 a.select{color: #770300;font-size:13px;afont-weight:bold; }



/* Basic code - don't modify */
 
#nav2 { display: block; margin: auto; padding: 0; position:relative;background-color: #dbdbdb; width:330px;}
#nav2 li { display: block; list-style: none; margin: 0; padding: 0; position: relative; aheight:30px; width:330px;}
#nav2 a { display: block; width:330px;}
#nav2 ul { display: none; position: absolute; left: 0; top:0px;margin: 0; padding: 0;}
* html #nav2 ul { line-height: 0; } /* IE6 "fix" */
#nav2 ul a { zoom: 1;} /* IE6/7 fix */
#nav2 ul li {float: none; clear:both;}
#nav2 ul ul { top: 0; }
    
/* Essentials - configure this */

#nav2 ul { width: 330px;}
#nav2 ul ul { left: 330px;}

/* Everything else is theming */
 
#nav2 {width: 330px;  }
#nav2 li {border-bottom:1px solid #4a0400; width: 320px;}
#nav2 *:hover { abackground-color: #46166c;}
#nav2 a { text-decoration:none;color: #4a0400;font-size:13px; font-family:verdana;padding: 8px 7px 8px 7px; line-height: 1;afont-weight:bold;
}
#nav2 li.hover a { afont-weight:bold;color: #770300;}
#nav2 ul { left: 180px; background-color: #dbdbdb;}
#nav2 ul li a { background-color: #dbdbdb;color: #4a0400;afloat: left;text-decoration:none;afont-weight:bold;}
#nav2 ul li a:hover { background: #dbdbdb;atext-decoration:underline;no-repeat;afont-weight:bold;}
#nav2 ul li.hover > a { color: #4a0400;}
#nav2 ul a {  border-right: none;  filter: alpha(opacity=100); }
#nav2 a.select{color: #770300;font-size:13px;afont-weight:bold; }