/* Basic code - don't modify */
 
 #nav { display: block; float: left; margin: 0; padding: 0; position: relative; width: 370px; }
  #nav li { display: none; }
  #nav li.menu, #nav li.cat-item { display: block; list-style: none; margin: 0; padding: 0; float: left; position: relative; width: 110px; }
  #nav a { display: block; text-decoration: none; }
  #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.menu, #nav ul li.cat-item { float: none; }
    #nav ul ul { top: 0; }
	

#nav li.menu { background: url(../images/bg-menu.png) no-repeat; width: 110px; }
#nav li.menu:hover { background: url(../images/bg-menu-over.png) no-repeat; width: 110px; }
    
/* Essentials - configure this */

#nav ul { width: 110px; }
#nav ul ul { left: 121px; }

/* Everything else is theming */
 
#nav { height: 24px; }
#nav *:hover { background-color: none; }
#nav a { border-right: none; color: #2f2f2f; font-size: 12px; padding: 6px; line-height: 1; }
  #nav li.hover a { background-color: #111; }
  #nav ul { top: 25px; }
    #nav ul li.menu a, #nav ul li.cat-item a, { background-color: #111; color: #5c5c5c; }
      #nav ul a.hover { background-color: #666; color: #111; }
   #nav ul a { border-bottom: none; border-right: none; }
/* #nav ul a { border-bottom: none; } - I also needed this for IE6/7 */

