/**
 * 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)
 */

#nav { 
padding:0 10px; 
font-size:1.1em;
background:url(../images/bg-nav.png) repeat-x top;
}

/************** ALL LEVELS  *************/ /* Style consistent throughout all nav levels */
#nav li { position:relative; text-align:left; }
#nav li.over { z-index:999; }
#nav a,
#nav a:hover { display:block; line-height:1.3em; text-decoration:none; }
#nav span { display:block; cursor:pointer; white-space:nowrap; }
#nav li ul span { white-space:normal; }

/************ 0 LEVEL  ***************/
#nav li { float:left; }
#nav li.active a { color:#fff;  }
#nav a { float:left; color:#fff; font-weight:bold; }
#nav li.over a,
#nav a:hover { color:#fff;  }

/************ 1ST LEVEL ************/
#nav ul li,
#nav ul li.active { float:none; margin:0;}
#nav ul li.last {}

#nav ul a,
#nav ul a:hover { float:none; background:none; color:#ffffff; }
#nav ul li a { font-weight:bold !important; font-size:11px; color:#eceade; }

/************ 2ND LEVEL ************/
#nav ul { position:absolute; width:199px; top:48px; left:-10000px; }

/* Show menu */
#nav li.over > ul { left:4px; }
#nav li.over > ul li.over > ul { left:199px; }
#nav li.over ul ul { left:-10000px; }

#nav ul li a {  }
#nav ul li a, #nav ul li a:hover { color:#eceade; }
#nav ul span, #nav ul li.last li span {}

/************ 3RD+ LEVEL ************/
#nav ul ul { top:0px; }

#nav ul ul li.level2 a{ color:#5f5f56; }

#nav ul ul li.level2 a:hover{ color:#444438; }

/* custom css */

#nav li.level0{
background:url(../images/bg-nav-item.png) top left no-repeat;
height:48px;

}

.level0.nav-4 {
width:170px !important;
}

.level0.nav-3 {
width:180px !important;
}

#nav li.level0 h6, #nav li.level0 a{
padding:15px 0 0 15px;
height:15px;
cursor:pointer;
margin:0;
}

#nav ul{
background:url(../images/bg-menu-black.png) bottom left no-repeat;
padding-bottom:15px;
}

#nav li.level1 a{ padding:5px 10px; }

#nav li.level0:hover{ background:url(../images/bg-nav-item-over.png) no-repeat; }

#nav ul li.level1:hover a{
background:#e6e6d9;
color:#5f5f56;
}

#nav ul li ul li.level2 a{ background:none; }

#nav ul li ul li.level2:hover a{
background:#5f5f56;
color:#e6e6d9;
}

#nav ul.level1{ background:url(../images/bg-menu-grey.png) bottom left no-repeat; }

#nav li.nav-right{
width:4px;
height:48px;
background:url(../images/bg-nav-item-right.png) top left no-repeat;
}

#nav li.nav-living-organic{
position:absolute;
right:0px;
width:176px;
height:48px;
background:url(../images/bg-living-organic.png) no-repeat top;
}

#nav li.nav-living-organic:hover{ background:url(../images/bg-living-organic-over.png) no-repeat; }

.header-nav #nav li.nav-living-organic h6{ padding:15px 15px 0px 23px; height:35px; }
.header-nav #nav > li > a { padding:15px 5px 0 15px; height:35px; font-size:18px; display:block;  }
.header-nav #nav > li .coverit { position:absolute; width:100%; height:50px; }
.sIFR-replaced {  }
.sIFR-flash { margin-right:-10px; z-index:3; }

#nav li.nav-living-organic ul.level0{ margin-left:2px; }

#nav ul #arrow{ background:url(../images/arrow-blk.gif) no-repeat 180px 8px; }