/**
 * 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 { float:left; margin-top:0px; /* margin-left:15px; */ font-size: 12px; display: inline;}

/************** ALL LEVELS  *************/ /* Style consistent throughout all nav levels */
#nav li { position:relative; text-align:left;	}
#nav li.over { z-index:20; }
#nav a:link, #nav a:visited, #nav a:hover { display:block; text-decoration:none; }
#nav span { display:block; cursor:pointer; white-space:nowrap; }
#nav li ul span { white-space:normal; padding-left: 8px;}

/************ 0 LEVEL  ***************/
#nav li { float:left;  margin:1px 0px 9px 0px; padding:7px 8px; background: url(../images/blocks/bg_menu_separator.gif) left 1px no-repeat; }
#nav li.active a:link, #nav li.active a:visited { color:#fff; }
#nav a:link, #nav a:visited { float:left; color:#fff; position: relative; z-index: 25; }
#nav li.over a:link, #nav li.over a:visited, #nav a:hover { color:#fff; }
#nav li.over, #nav li.active { cursor: pointer; background:url(../images/blocks/bg_menu_level0_hover.gif) left -1px repeat-x; }

#nav li.first { background:none; display: inline; padding-left: 23px; }
#nav li.first:hover{ cursor: pointer; background:url(../images/blocks/bg_menu_first_hover.gif) left -1px no-repeat; }

/************ 1ST LEVEL ************/
#nav ul li, #nav ul li.active, #nav ul li.over { width: 100%; float: left; background:#484848; margin:0; padding:0; text-transform: none; border-bottom: 1px solid #515151; }

#nav ul li a:link, #nav ul li a:visited, #nav ul li a:hover { padding:7px 0; width: 100%; }

#nav ul li.active, #nav ul li:hover { background: #3e3e3e!important; } 

#nav ul li.last { border-bottom: none; }


/************ 2ND LEVEL ************/
#nav ul { width:182px; padding:0px; position:absolute; top:30px; left:-10000px; z-index: 10; background:#484848; font-size:11px; border: 1px solid #ededed; border-top: none; }

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


