/**
 * 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)
 */

#menu .nav {}

/************** ALL LEVELS  *************/ /* Style consistent throughout all nav levels */

#menu .nav li { position:relative; text-align:left; height:25px; *height:21px;} 
/*#menu .nav li.nav-1{height:35px;}
#menu .nav .nav-1 a, #menu .nav .nav-1 a:hover{height:35px; }*/

#menu .nav li.nav-6-9, #menu .nav .nav-6-9 a, #menu .nav .nav-6-9 a:hover{height:35px; *height:21px;}

#menu .nav li.over { z-index:9999; }

#menu .nav a,
#menu .nav a:hover { display:block; text-decoration:none;  height:25px; }

#menu .nav span { display:block; cursor:pointer; white-space:nowrap; }

#menu .nav li ul span { white-space:normal;  width:200px;}

/************ 0 LEVEL  ***************/
#menu .nav li { float:left; padding-top:0; border:0; }

#menu .nav li.active a { }

#menu .nav a { float:left; font:bold 17px Helvetica,Arial,sans-serif; text-transform: capitalize; }

#menu .nav li.over a,
#menu .nav a:hover {  }

#menu .nav a:hover { text-decoration:none; }

/************ 1ST LEVEL ************/ 
#menu .nav ul li,
#menu .nav ul li.active { float:none; margin:0; padding:0px; background-color:#333333; border-bottom:1px solid #666666;  width:145px;}

#menu .nav ul li.active { float:none; margin:0; padding:0px; background-color:#fff; }

/*#menu .nav ul li.over { background:#d5e4eb url(../images/nav_divider.gif) repeat-x 0 100%; }*/

#menu .nav ul li.last { background:#000; padding-bottom:0; }

#menu .nav ul a,
#menu .nav ul a:hover { float:none; padding:0; background:none; }

#menu .nav ul li a {  font:normal 14px Helvetica,Arial,sans-serif; text-transform: capitalize; }

/************ 2ND LEVEL ************/
#menu .nav ul {  position:absolute; width:135px; top:30px; left:-10000px; border:0px; }

/* Show menu */
#menu .nav li.over > ul { left:0; }

#menu .nav li.over > ul li.over > ul { left:100px; }

#menu .nav li.over ul ul { left:-10000px; }

#menu .nav ul li a { background:#333333; }

#menu .nav ul li a:hover { background:#000; color:#fff; }

#menu .nav ul li a,
#menu .nav ul li a:hover { }

#menu .nav ul span, #menu .nav ul li.last li span { padding:5px 5px 4px 5px;}

/************ 3RD+ LEVEL ************/
#menu .nav ul ul { top:5px; }
