/**
 * 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 { 
	z-index:999; 
	position:relative; 
	padding:0 0 0 8px; 
	font-size:105%; 
}

/************** ALL LEVELS  *************/ /* Style consistent throughout all nav levels */
#nav li { 
	text-align:left; 
	float:left;
}

#nav li.over, #nav li.active { 
	z-index:999;
}

#nav a, #nav a:hover { 
	display:block; 
	text-decoration:none; 
	float:left;
	color:#000; 
	font-weight:normal;
}

#nav span { 
	display:block; 
	cursor:pointer; 
	white-space:nowrap; 
}

#nav li ul span {
	white-space:normal; 
}
/* Show menu */
#nav li.active.level0 > ul { 
	left:0; 
}

#nav li.over > ul { 
	left:0; 
}

#nav li.level2.over ul {
	left:180px;
	top:0;
}

#nav li.level3.over > ul { 
	top:0px; 
	left: 150px;
}

#nav ul { 
	position:absolute; 
	top:34px; 
	padding-left:0px; 
}

/************ 0 LEVEL  ***************/
#nav li.level0 { 
	margin-right:5px; 
	background:url(../images/nav_tab_middle.gif) no-repeat left top; 
}

#nav li.level0>a { 
	background:url(../images/nav_tab_middle_cap.gif) no-repeat right top; 
	padding:7px 18px 6px; 
	color:#000; 
	text-transform:uppercase;
}

#nav li.level0 > ul {
	left:-10000px; 
	width:945px; 
	padding-left:11px;
}

#nav li.level0 > ul  li {
	position:relative;
}

#nav li.level0 > ul  > li ul {
	position:absolute;
} 

#nav li.over.level0, #nav li.active.level0 {
	background:url(../images/nav_tab_middle_hover.gif) no-repeat left top;
}

#nav li.over a, #nav li.active.level0>a:hover, #nav li.active.level0>a { 
	background:url(../images/nav_tab_middle_cap_hover.gif) no-repeat right top; 
}

/************ 1ST LEVEL ************/

#nav li.over.level1 { 
	/*background:url(../images/nav_divider.gif) repeat-x 0 100%; */
}

#nav li.active.level1 { 
	position:relative; 
	margin:0; 
	padding-bottom:1px; 
}

#nav li.level1 a { 
	background:none; 
	padding:0 19px 6px;
}

#nav .level1>ul span { 
	width:200px; 
}

/************ 2ND LEVEL ************/

#nav li.level2 { 
	text-transform:none;
}

#nav li.level2 a:hover, #nav li.active.level2>a {
	text-decoration:underline; 
}

#nav li.level2 > span { 
	padding:3px 10px; 
}

#nav ul.level1, ul.level1 ul { 
		top:23px; 
		background:#fff; 
		border:solid 1px #F6AD2F; 
		/*border-top:none;*/ 
		width:auto; 
		padding:5px 0; 
		left:-10000px;
}

#nav ul.level1.over, ul.level1.over ul { 
	left:0; 
}

/************ 3RD+ LEVEL ***********/

#nav ul.level2 {
	left:-10000px;
}

#nav ul.active.level1, ul.active.level2 {
	left:0;
}

/************* Special Section for Nitro Food Section *****************/
#nav ul li.nav-shop-now-water ul li.over, #nav ul li.nav-shop-now-water ul li.active {
	height:auto;
}
#nav ul li.nav-shop-now-water ul li.over ul {
	left:200px;
	top:0px;
	height:auto;
}
#nav ul li.nav-shop-now-food>ul {
	width:800px;
	height:170px;
}
#nav li.nav-shop-now-food>ul>li>a {
	font-weight: bold;
	color:#000;
}
#nav li.nav-shop-now-food>ul>li ul a {
	color:#B28400;
}
#nav ul li.nav-shop-now-food li {
	float:left;
	width:200px;
}

#nav li.nav-shop-now-food>ul>li>ul {
	border:none;
	width: 200px;
	height:auto;
	left:0;
}
 
#nav ul li.nav-shop-now-food li li {
	float:left;
	position:relative;
}
#nav ul ul li a {
	color:#B28400;
}
#nav ul li.level2 {
	line-height:1.2em;
}
