/* Basic code - don't modify */
 
 #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: 3; } /* 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: 100px; }
#nav ul ul { left: 121px; }

/* Everything else is theming */
 
#nav { background:#6f5e4e; height: 24px;  }
#nav *:hover { /*background:url(../images/back_menu.jpg) repeat-x;*/  }
#nav a {  color: white;  padding: 6px; line-height: 1;padding-left:14px;}
  #nav li.hover a { background-color: #6f5e4e; }
  #nav ul { top: 25px; }
    #nav ul li a {  background-position: 7% 50% ;background-color: #6f5e4e; padding-left:6px; }
      #nav ul a.hover { background:#D07D15; color:#311e0c }
   #nav ul a {  border-right: none; opacity: 0.9; filter: alpha(opacity=90);  }
/* #nav ul a { border-bottom: none; } - I also needed this for IE6/7 */


