/**
 * 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 { position: absolute; top: 34px; left:0; z-index: 9999 !important; padding:0; font-size:1.1em; border-bottom: 3px solid #fff; }

/************** ALL LEVELS  *************/ /* Style consistent throughout all nav levels */
#nav li { position:relative; text-align:left; }
#nav li.over { z-index:999; }
#nav a { display:block; text-align: center; text-decoration:none; background: #fff url(../images/d8-btn-nav.png) repeat-x 0 0; color: #444; background-position: 0 -34px; }
#nav a:hover { display:block; text-decoration:none; color: #444; background-position: 0 -34px; }
#nav span { display:block; cursor:pointer; white-space:nowrap; }
#nav li ul span {white-space:normal; }

/************ 0 LEVEL  ***************/
#nav li { margin-right: 1px; }
/*#nav li.active a { border-top: 3px solid #f2f1f1; background: #fff; }*/
#nav a { width: 80px; font-size: 12px; font-weight: normal; float:left; padding: 0 25px; height: 34px; line-height: 34px; background: #fff url(../images/d8-btn-nav.png) repeat-x 0 0; font-weight:bold; border-top: 3px solid #f2f1f1; text-align: left; }
#nav a:hover { border-top: 3px solid #f2f1f1; background-position: 0 -34px; }

/************ 1ST LEVEL ************/
#nav ul li,
#nav ul li.active { float:none; margin:0; display:block; }
/*#nav ul li.over { background:#d5e4eb url(../images/nav_divider.gif) repeat-x 0 100%; }*/
#nav ul li.last { background:#ecf3f6; padding-bottom:0; }

/************ 2ND LEVEL ************/
#nav ul { position:absolute; top:5px; left:-10000px; }

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

#nav ul li a { display: block; width: 100px; border: 0; }
#nav ul li a:hover { border: 0; }

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