/**
 * 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 { min-height:28px; text-align:left; overflow:visible; padding:0 0 0px;  font-size:1.1em; }

/************** ALL LEVELS  *************/ /* Style consistent throughout all nav levels */
#nav li { position:relative; z-index:10; }
#nav li.active { z-index:11; }
#nav li.over { z-index:990; }
/*#nav li.parent {}*/
#nav li a { text-decoration:none; }
#nav li a:hover { text-decoration:none; }
#nav li a span { display:block; white-space:nowrap; cursor:pointer; }
#nav li a span em { font-style:normal; }
#nav li ul a span { white-space:normal; }

/************ 0 LEVEL  ***************/
#nav li { margin:0; padding:0 0 0 0; height:28px; float:left; display:inline; }
#nav li a { float:left; color:#fff; font:bold 13px/28px Arial, san-serif; text-transform:uppercase; height:28px; padding:0 18px 0 16px; background:url(../images/bkg_nav-item.gif) no-repeat 100% 50%; }
#nav li.first a { }
#nav li.last a { background:none; }
#nav li a span { }
#nav li a { }
#nav li a:hover { color:#ffdf6e; }
#nav li a:hover span { }
#nav li.over a { color:#ffdf6e; background-color:#cd2200; }
#nav li.over li a { color:#555 !important; background-color:transparent; }
#nav li.active a { color:#ffdf6e; }
#nav li.over a span { }

#nav li.over a { }
#nav li.over a span { }

/************ 1ST LEVEL ************/
#nav ul { position:absolute; width:13.5em; top:28px; left:-10000px; background:#cd2200; padding:0 0 0; border:1px solid #c64c33; border-color:#e07f6b #a61f00 #a61f00 #e07f6b; }
#nav ul li,
#nav ul li a,
#nav ul li a span { display:block; font-size:12px; float:none; background:none; height:auto !important; line-height:1.3 !important; font-weight:normal; text-transform:none; }
#nav ul li { margin:0; padding:0; border-bottom:1px solid #dfd7b7; border-top:0; background:url(../images/bkg_nav-item.png) repeat-x 0 0; }
#nav ul li.first { border-top:0; }
#nav ul li.last { border-bottom:0; }
#nav ul li a { padding:6px 10px !important; color:#555; }
#nav ul li a span { padding:0 !important; }
#nav ul li a:hover { color:#d02300 !important; background-color:transparent; }
#nav ul li.active > a,
#nav ul li.over > a { color:#fff }
#nav ul li.parent a { background-image:url(../images/bkg_parent.gif); background-repeat:no-repeat; background-position:95% 50%; background-color:transparent; }
#nav ul li.parent li a { background:none !important; background-color:transparent; }
#nav ul li.parent li.parent a { background-image:url(../images/bkg_parent.gif); background-repeat:no-repeat; background-position:95% 50%; background-color:transparent; }

/************ 2ND LEVEL ************/
#nav ul ul { top:7px; }

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


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