/**
 * Magento
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Open Software License (OSL 3.0)
 * that is bundled with this package in the file LICENSE.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/osl-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.
 *
 * @copyright  Copyright (c) 2008 Irubin Consulting Inc. DBA Varien (http://www.varien.com)
 * @license    http://opensource.org/licenses/osl-3.0.php  Open Software License (OSL 3.0)
 */


#nav {
	padding:0;
	font-size:1.1em;
	z-index:999;
}

/************** ALL LEVELS  *************/ /* Style consistent throughout all nav levels */
#nav li {
	list-style:none;
	position:relative;
	text-align:left;
	clear:both;
	margin-bottom:8px;
}
#nav li.over { z-index:99; }
#nav li.active { z-index:98; } /* to prevent the li separator from showing through on mouseover on li */
#nav a {
	font: bold 12px/1.3em Arial, Helvetica, sans-serif;
	color: #326445;
	display:block;
	border-bottom: 1px solid #ffffdd;
}
#nav a, #nav a:hover { display:block; text-decoration:none; }
#nav span { display:block; cursor:pointer; /*white-space:nowrap; */}

/************ 1ST LEVEL  ***************/
#nav li { float:left;width:195px; }
#nav li.active a, #nav li.over a { color:#456424 }
#nav a {
	padding:5px 12px 6px 13px;
	font-weight:bold;
	background: #efe457 url(../images/menu-bg.gif) no-repeat left bottom;
	color:#456424;
}
#nav a:hover {
	background: #efe457 url(../images/menu-bg-hover.gif) no-repeat left bottom;
	color:#d92017 !important;
}
#nav li.active a {background: #ed1c24 url(../images/menu-bg-active.gif) no-repeat left bottom;color:#fff !important;}

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


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

#nav ul li, #nav ul li.active {
	float:none;
	margin:0;
	}
#nav ul li a { 
	color: #456424;
	border-bottom: 1px solid #ffffdd;
	padding-left:23px;
}


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