/* 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: 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: 260px; }
#nav ul ul { left: 131px; }
#nav li ul li { border-right: 0; }
#nav li a, #nav li a:visited {
text-decoration: none;
}


/* Everything else is theming  e19a4c=brown f9f8f4=white*/
 
 
#nav { font-size: 20px; font-weight: bold; padding: 0px 0 40px 0; list-style: none; background-image: url('../images/menu-nav-bg.jpg'); background-repeat: no-repeat;  }
#nav *:hover {background-color: none;}
#nav li {border-right: solid 1px #fff; }
#nav a {margin: 0 50px -2px 50px; color: #f9f8f4; font-size: 14px; padding: 5px; }
#nav ul { top: 25px; }
#nav ul li a {background-color: #f9f8f4; color: #993300; font-size: 12px; font-weight: normal;
              text-decoration: none!important; 
              }

#nav ul a.hover {  background-color: #e19a4c; color: #f9f8f4; }
#nav ul a { opacity: 1; filter: alpha(opacity=100); }
/* #nav ul a { border-bottom: none; } - I also needed this for IE6/7 */

#subnav ul  {border-right: solid 0px #fff!important; }

#navlast 
{
    border-right: solid 0px #fff!important; 
}
