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

/************** ALL LEVELS  *************/ /* Style consistent throughout all nav levels */
#nav li { position: relative; text-align: left; }
#nav ul { margin: 0; padding: 0; }
#nav li.over { z-index:999; }
#nav .level0 a { text-transform:uppercase; text-decoration: none; display: block; margin: 0; color: #ffffff; padding: 3px 0 0 5px; width: 190px; height: 21px; border-bottom: 1px solid #ffffff; background: url('../images/red_header_bg.gif'); }

#nav .level1  { list-style-type: none; margin: 0; padding: 0; }
#nav li.level0 li { background: #d6c2af url('../images/bullet_bg.gif') no-repeat; margin: 0; padding: 0; padding: 3px 0 0 23px; width: 172px; height: 21px; border-bottom: 1px solid #ffffff; font-size: 11px; color: #9C2307; }
#nav li.level0 li:hover { background-color: #fff; }

#nav .level1 a { border: none; text-transform:none; display: block; font-size: 11px; background-image: none; width: auto; height: auto; color: #9C2307; text-decoration: none; }

/************ 2ND LEVEL ************/
#nav ul ul { position:absolute; width:15em; top:5px; left:-10000px; border:1px solid #899ba5; }
/* Show menu */
#nav li.over > ul { left:0; }
#nav li.over > ul li.over > ul { left:100px; }
#nav li.over ul ul { left:-10000px; }

