/**
 * 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 20px; font-size:1.1em; z-index:999; display:none; }

/************** ALL LEVELS  *************/ /* Style consistent throughout all nav levels */
#nav li {
	list-style: none;
	position: relative;
	text-align: left;
	margin: 0px; padding:0px;
	width: 160px;
	height: 26px;
	z-index:99; }
#nav li.zover { z-index:99; }

#nav li.active { z-index:98; } /* to prevent the li separator from showing through on mouseover on li */
#nav a { line-height:1.3em; }
#nav a, #nav a:hover { display:block; text-decoration:none; }
#nav span { display:block; cursor:pointer; white-space:nowrap; }
#nav li ul span { white-space:normal; }

/************ 1ST LEVEL  ***************/
#nav li { float:left; margin-top:4px; }
#nav li.active a { background:#450f00; color:#fec03b; }
#nav a { /*float:left;*/ padding:5px 12px 6px 8px; background:#450f00; color:#fec03b; font-weight:bold; }
#nav li.over a, #nav a:hover { background:#cc8100; color:#450f00; }


/************ 1ST LEVEL RESET ************/
#nav ul li, #nav ul li.active {
	background: url(../images/nav_divider.gif) repeat-x 0 100%;
	position: relative;
	}
#nav ul li.zover { background: url(../images/nav_divider.gif) repeat-x 0 100%; }
#nav ul li.last { background:none; }
#nav ul a, #nav ul a:hover {
	background: none;
	}
#nav ul li a { font-weight:normal !important; }


/************ 2ND LEVEL ************/
#nav ul {
	position: relative;
	width: 160px;
	left: -10000px;
}

/* Show menu */
#nav li.zover > ul { position:relative; top:0px; left:0px; margin:0; }
#nav li.zover > ul li.zover > ul { left:40px; }
#nav li.zover ul ul { left:-10000px; }


#nav ul li a { background:none; }
#nav ul li a:hover { background:none; }
#nav ul li a, #nav ul li a:hover { color:#fec03b !important; font-size:8pt; background:none; }
#nav ul span, #nav ul li.last li span { padding:3px 0px; background:none; }


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





.level0 { float:left; position:relative; top:0; left:0; display:block; visibility:visible; }
.level1 { float:left; position:relative; top:0; left:0; display:block; visibility:visible; }