/**
 * Magento
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Academic Free License (AFL 3.0)
 * that is bundled with this package in the file LICENSE_AFL.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/afl-3.0.php
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to license@magentocommerce.com so we can send you a copy immediately.
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade Magento to newer
 * versions in the future. If you wish to customize Magento for your
 * needs please refer to http://www.magentocommerce.com for more information.
 *
 * @copyright  Copyright (c) 2008 Irubin Consulting Inc. DBA Varien (http://www.varien.com)
 * @license    http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
 */
 
#anav { width:1000px; font-size:12px; background:#199f49; padding:0; margin:0; height:33px; }

/************** ALL LEVELS  *************/ /* Style consistent throughout all nav levels */
#anav li { position:relative; text-align:left; }
#anav li.over { z-index:999; }
#anav a,
#anav a:hover { display:block; line-height:1em; text-decoration:none; text-transform:lowercase; }
#anav span { display:block; cursor:pointer; white-space:nowrap; }
#anav li ul span {white-space:normal; }

/************ 0 LEVEL  ***************/
#anav li { float:left; padding:5px 8px 5px 15px; background:url(../images/mainnav_bg.gif) 0 5px no-repeat; }
#anav li.nav-face { background:none; }
#anav li.nav-offers { float:right; background:#DA8226; padding:0;}
#anav li.nav-offers a { font-weight:bold; padding:11px 29px 10px;}
#anav li.nav-free-samples { float:right; background:#199F49; padding:0;}
#anav li.nav-free-samples a { padding:11px 20px 10px;}
#anav li.nav-brands { float:right; background:#8BC53F; border-left:8px solid #fff; padding:0;}
#anav li.nav-brands a { padding:11px 20px 10px;}
#anav li.active a { color:#2a2824; text-decoration:underline; }
#anav a { float:left; padding:5px 0 6px 0; color:#fff; text-transform:lowercase; }
#anav a:hover { position:relative; text-decoration:underline; }

/************ 1ST LEVEL ************/
#anav ul li,
#anav ul li.active { float:left; padding:0 0 6px 0; background:none; line-height:1em; }
/*#anav ul li.over { background:#d5e4eb url(../images/nav_divider.gif) repeat-x 0 100%; }*/
#anav ul li.last { padding-bottom:0; }

#anav ul a,
#anav ul a:hover { float:none; padding:0; background:none; display:block; }
#anav ul li a { }

/************ 2ND LEVEL ************/
#anav ul { position:absolute; width:30em; top:33px; left:-9999px; border-bottom:1px solid #ddd; border-left:1px solid #ddd; border-right:1px solid #ddd; background-color: #fff; padding:5px 0 0 0; }
#anav li.nav-face ul { width:45em; }
#anav li.nav-organic-make-up-and-organic-cosmetics ul { width:30em; }
#anav li.nav-organic-bath-products ul { width:30em; }
#anav li.nav-body ul { width:45em; }
#anav li.nav-organic-hair-care ul { width:15em; }
#anav li.nav-men ul { width:15em; }
#anav li.nav-baby ul { width:15em; }
#anav li.nav-home ul { width:30em; }
#anav li.nav-gifts ul { width:30em; }
#anav li.nav-vegan ul { width:30em; }
#anav li.nav-offers ul { width:20em; }
#anav li.nav-free-samples ul { width:30em; }

/* Show menu */
#anav li.over > ul { left:0; z-index:999999; }
#anav li.over.nav-offers > ul { left:auto; right:0; }
#anav li.over.nav-brands > ul { left:auto; right:0; }
#anav li.over.nav-free-samples > ul { left:auto; right:-97px; }
#anav li.over > ul li.over > ul { left:100px; }
#anav li ul li a { color:#DA8226;}
#anav li.nav-offers ul li a { color:#DA8226; padding:0;}
#anav li.nav-free-samples ul li a { padding:0;}
#anav li.nav-brands ul li a { padding:0;}
#anav ul li a:hover {  }
#anav ul span, #anav ul li.last li span { padding:3px 15px 4px 15px;}
#anav li.columns { width:15em; }
#anav li.columns ul { width:14em; }
#anav li li li li span { padding:0 0 0 12px; }


/************ 3RD+ LEVEL ************/
#anav ul ul { border: 0px; left:0; position: relative; top:0; background: none; }
#anav ul ul li { float: none; width:auto; }
#anav ul ul ul { margin-left: 10px; }
#anav ul ul ul li a { color:#199F49 !important; font-size: 0.95em; }

/** ie6 hack */
#anav li.over ul.shown-sub { left:0; }
#anav li.over li li ul.shown-sub { left:100px; }

