/**
 * 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 { padding:0 0px; font-size:1.1em; }

/************** ALL LEVELS  *************/ /* Style consistent throughout all nav levels */
#nav li { text-align:left; text-decoration:underline;}
#nav a {  line-height:1.3em; text-decoration: none; }
#nav a:hover {  line-height:1.3em; text-decoration:underline; }
#nav span {  cursor:pointer; white-space:nowrap; }
#nav li ul span {white-space:normal; }

/************ 0 LEVEL  ***************/
#nav li { padding:2px 2px 2px 5px; margin: 2px 0px 2px 0px; font-size: 15px }
#nav li.active a { color:#FFFFFF;}
#nav li.active a:hover { color:#FFFFFF; text-decoration: underline; }
/*#nav li.active {  background-image: url(../images/menu_back.gif); background-repeat: no-repeat; }*/
#nav a { color:#000000; font-size: 15px; }

/************ 1ST LEVEL ************/

#nav ul a,
#nav ul a:hover { text-decoration: underline }
#nav ul li a { font-weight:normal !important; font-size: 13px; }
#nav li ul li { font-size: 13px; background-image: none; };
#nav li ul li span { background-image: none; }
#nav li.active ul li.active a { font-size: 13px }
/*/#nav li.active ul li.active { background-image: url(../images/menu_back_small.gif); background-repeat: no-repeat; }*/
#nav li.active ul li.active a span { color:#D96708; font-weight: normal; font-size: 13px; }

/************ 2ND LEVEL ************/
#nav ul { width:15em; border:0px solid #899ba5; }

/* Show menu */

#nav ul li a,
#nav ul li a:hover { color:#2f2f2f !important; }

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