/**
 * 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 { width: 978px; height: 30px; float: left; clear: both; margin: 0px 0px 0; padding:0 0px 0 10px; font-size:1.1em; background: #000; } /* 6, 7 */

/************** ALL LEVELS  *************/ /* Style consistent throughout all nav levels */
#nav li { position:relative; line-height: 30px; float:left; text-align:left; vertical-align: middle; }
#nav li.over { z-index:999; }
#nav li.over ul,
#nav li:hover ul { display: block; }
#nav li.over ul ul,
#nav li:hover ul ul { display: none; }
#nav ul li.over ul,
#nav ul li:hover ul { display: block; }
#nav li.over ul ul ul,
#nav li:hover ul ul ul { display: none; }
#nav ul ul li.over ul,
#nav ul ul li:hover ul { display: block; }
#nav ul ul li.over ul ul ,
#nav ul ul li:hover ul ul { display: none; }
#nav ul ul ul li.over ul ,
#nav ul ul ul li:hover ul { display: block; }
#nav a { line-height: 30px; float: left; padding: 6px 10px 3px 10px; color: #fff; font-size: 0.9em; font-weight: bold; font-style: italic; text-transform: normal; display:block; }
#nav a,
#nav a:hover { line-height:1.3em; text-decoration:none; }

#nav span { cursor:pointer; white-space:nowrap; }
#nav li ul { display: none; position: absolute; left: 0; top: 25px; width: 220px; padding: 0 0 5px; background: #000; z-index:999; }
#nav li ul li ul { display: none; left: 185px; top: 0; }
#nav li ul li { line-height: 20px; float: none; }
#nav li ul li a { float: none; color: #fff;}
#nav li ul span {white-space:normal; }

#nav ul li {border-bottom:1px solid #888;}
#nav ul li.last {border-bottom:none;}

/************ 0 LEVEL  ***************/
#nav li.active a { color:#d96708; }
#nav li.over a:hover,
#nav a:hover { color:#AD2E0A; background-color:#C5B686; }

#nav ul li a:hover, #nav ul li.over a:hover, #nav li ul li.over a:hover {background-color:#C5B686; color:#AD2E0A;}
