/* Basic code - don't modify */
 
 #nav {  margin-bottom:35px; 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: 0px; left:120px; }
    
/* Essentials - configure this */

/*#nav ul { width: 112px; }
#nav ul ul { left: 111px;}*/

/* Everything else is theming */
 
#nav {  height: 24px; }
#nav *:hover { background-color: none; }
#nav a { color: #666; font-size: 11px; padding: 6px; line-height: 1; }
  #nav li.hover a { color:#666;}
  #nav ul {  top: 25px; }
    #nav ul li a { background-color: #FFF; border: 1px solid #666; margin-top:-1px;}
      #nav ul a.hover { background-color: #EDE4E1; }
   #nav ul a { border: 1px solid white; opacity: 0.9; filter: alpha(opacity=90);}
 /*#nav ul a { border-bottom: none; } - I also needed this for IE6/7 */

.nav-h { line-height:23px; height:23px; width:120px; text-align:center;}
.nav-h1 { line-height:23px; height:23px; width:150px; text-align:center;}
.nav-h2 { line-height:23px; height:23px; width:170px; text-align:center;}
.nav-h3 { line-height:23px; height:23px; width:120px; text-align:center;}
.nav-h4 { line-height:23px; height:23px; width:90px; text-align:center;}
.nav-h5 { line-height:23px; height:23px; width:55px; text-align:center;}
.nav-h6 { line-height:23px; height:23px; width:60px; text-align:center;}

.nav-h1-1 {left:15px;}
.nav-h2-2 {margin-left:15px;}

.nav-h-1 { width:140px; left:10px;}
.nav-h-2 { width:140px;}