/**
 * 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:0px; font-size: 110%; }

/************** ALL LEVELS  *************/ /* Style consistent throughout all nav levels */
#nav li { text-transform:uppercase; text-align:left; margin:0px; padding:0px; }
#nav a,
#nav a:hover { display:inline-block; line-height:16px; text-decoration:none; }
#nav li.active ul a:hover,
#nav a:hover { color: #5ec200; }
#nav span { display:block; cursor:pointer; white-space:nowrap; }
#nav li ul span {white-space:normal; }
#nav li.active a { color:#5ec200;  }

/************ TOP LEVEL  ***************/
#nav { float:left; position: relative; }
#nav li { float:left; border-left: solid 1px #e1e1e1; border-right: solid 1px #e1e1e1;}
#nav li.spacer { width: 5px; background-color: #FFFFFF; height: 26px; border: 0;}
#nav a { padding:4px 15px 5px 15px; font-weight:bold; color: #2d2d2d; margin-top: 1px;}

#nav a:hover,
#nav li.over a,
#nav li.active a { border-bottom: solid #f0f0f0 6px; background-color: #f0f0f0; }

/************ 2ND LEVEL ************/
#nav ul { position:absolute; top:32px; left:-10000px; border: 0px; width: 700px; background:url(../images/bg_topnav.gif) 0 0 repeat-x; z-index: 99;border-left: solid 1px #e1e1e1;}
#nav li.active ul { left:0px; z-index: 98;}
#nav ul li { border: 0px; text-transform: capitalize;}
#nav ul li a { font-weight: normal; padding-top: 3px; border: 0px; font-size: 1em; }
#nav li.active ul { background: transparent; left:0px;}
#nav li.active ul ul { left:-10000px; }
#nav li.active li { border: 0px;}
#nav li.active ul a { border: 0px; color: #2d2d2d; background-color: transparent;}
#nav li.active li.active a { color:#5ec200; }

/* Show menu */
#nav li.over > ul { left:0px; }
#nav li.over > ul li.over > ul { left:-10000px; }
#nav li.over ul ul { left:-10000px; }
#nav li.over {border-bottom: 0px; }
#nav li.over li a { border-bottom: 0px; background-color: transparent; }


