/**
 * 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 { font-size:11px; padding:0 18px; margin:0 0; }

/* All Levels */
#nav li { position:relative; text-align:left; background:url(../images/nav-level-0-left.gif) no-repeat 0 0; display:block; padding:0; padding-left:4px; margin-right:2px; }
#nav li.over { z-index:999; background:url(../images/nav-level-0-left-active.gif) no-repeat 0 0; display:block; padding:0; padding-left:4px; }
#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 a { display:block; padding:8px 15px 8px 12px; background:url(../images/nav-level-0-right.gif) no-repeat right top;}
#nav li.over a { background:url(../images/nav-level-0-right-active.gif) no-repeat right top; }
#nav li.active { z-index:1; background: url(../images/nav-level-0-left-active.gif) no-repeat 0 0; display:block; padding:0; padding-left:4px; }
#nav li.active a { background:url(../images/nav-level-0-right-active.gif) no-repeat right top; padding:8px 17px 8px 14px; }
#nav li.active a { color:#fff; }
#nav a { float:left; color:#333; }
#nav li.over a, #nav a:hover { color:#fff; }

/* 1st Level */
#nav ul li a { background:none !important; padding:0 !important; }
#nav ul li:hover { background:#fff !important; padding:6px 10px; }
#nav ul li a span { background:none !important; display:inline; height:auto; padding:0; color:#333; }
#nav ul li a:hover span { color:#CC3366; }
#nav ul li, #nav ul li.active { float:none; margin-bottom:1px; background:#ebebeb; }
#nav ul a, #nav ul a:hover { float:none; padding:0; background:none; }
#nav ul li { padding:6px 10px; }
#nav ul li.active { padding:6px 10px; background:#fff; }
#nav ul li.active a span { color:#CC3366; }
#nav ul.level1 li a span { color:#333; }
#nav ul.level1 li a:hover span { color:#CC3366; }
#nav ul.level1 li.active a span { color:#CC3366; }
#nav ul li a { padding:0; }

/* 2nd leven */
#nav ul { position:absolute; z-index:1;width:200px; top:30px; left:-10000px; background:#ddd; border-top:1px solid #ddd; }

/* 3rd+ Level */
#nav ul ul { top:5px; }

/* 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 { margin-right:1px; margin-left:1px; }

 /* Brands menu */
#nav li.brands ul.allbrands { width:684px; padding-left:1px;margin-left:-606px;}
#nav li.brands ul.allbrands li { width:150px; float:left; text-align:center; margin-left:0; background-color:#FFF; }
#nav li.brands ul.allbrands li.lastbrand { width:663px; float:left; text-align:right; background-color:#ebebeb; }
#nav li.brands ul.allbrands li.lastbrand a { color:#000; text-decoration:none; }
#nav li.brands ul.allbrands li.lastbrand a:hover { color:#CC3366; text-decoration:none; }
#nav li.brands ul.allbrands li.lastbrand:hover { background:#ebebeb !important; }
