/**
 * 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)
 */

.active a { font-weight: bold; }

#nav { font-size:1em; margin: 0 0 20px 0; }

/************** ALL LEVELS  *************/ /* Style consistent throughout all nav levels */
#nav li { position:relative; text-align:left; }
#nav li.over {  }
#nav a,
#nav a:hover { display:block; line-height:1.3em; text-decoration:none; }
#nav span { display:block; cursor:pointer; white-space:nowrap; line-height: 32px; text-transform: uppercase; }
#nav li ul span {white-space:normal; text-transform: none; }

/************ 0 LEVEL  ***************/
#nav li {  }
#nav li.active a { color:#fff; }
#nav a { color:#fff; }
#nav li.over a,
#nav a:hover {  }

/************ 1ST LEVEL ************/
#nav ul li { margin: 0px; }
#nav ul li.active { margin: 0px; background: #333333; }
#nav ul li.active li.last { margin: 0px; }
/*#nav ul li.over { background:#d5e4eb url(../images/nav_divider.gif) repeat-x 0 100%; }*/
#nav ul li.last {  }

#nav ul a,
#nav ul a:hover { padding:0; background:none; }
#nav ul li a { font-weight:normal !important; text-align: left; border-bottom:1px solid #2F2F2F; }

/************ 2ND LEVEL ************/
#nav ul { background: #23B14E; }

/* Show menu */
#nav li.over > ul {  }
#nav li.over > ul li.over > ul {  }
#nav li.over ul ul {  }

#nav ul li a {  }
#nav ul li a:hover { background:#333333; }
#nav ul li a,
#nav ul li a:hover { color:#ffffff !important; }
#nav ul span, #nav ul li.last li span { background: url(../images/nav_arrow.gif) left center no-repeat; margin: 0 0 0 8px; padding:3px 10px 4px 10px; line-height: 18px;}

/************ 3RD+ LEVEL ************/
#nav ul ul{ background: #585858; border: none; }

#nav ul .parent ul { display: none; }
#nav ul li.active ul { display: block; }
#nav ul ul li.active { margin: 0px; background: #585858; }
#nav ul ul li a:hover { background:#585858; }

#nav ul ul li { background: #787878; }
#nav ul ul span, #nav ul ul li.active li span { left center no-repeat; margin: 0 0 0 20px;}