/**
 * 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 20px; font-size:1.1em; background:#FFFFFF; border-right:1px solid #333333; border-left:2px solid #333333; width:151px; }

#nav a:link, #nav a:visited {text-transform:capitalize; color:#666666; text-decoration:none; font-size:14px;}

#nav a:active {color:#CC6600;}

/************** ALL LEVELS  *************/ /* Style consistent throughout all nav levels */
#nav ul {
    list-style-type: none; /* get rid of the bullets */
    padding:0;             /* no padding */
    margin:0;              /* no margin for IE either */
}

#nav ul li {
    margin: 0;
    padding: 0;
    display:none;
    margin-top: 1px; /* lines */
}

#nav li.active ul li {
    margin: 0;
    padding: 0;
    display:block;
    margin-top: 1px; /* lines */
}

#nav li ul li ul {
    margin: 0;
    padding: 0;
    display:none;
    margin-top: 1px; /* lines */
}

#nav li ul li.active ul {
    margin: 0;
    padding: 0;
    display:block;
    margin-top: 1px; /* lines */
}


#nav ul ul li a,#nav ul li{
    background-color: #FFFFFF;
}
#nav ul li a {
    display: block;
    padding: 3px 3px 6px 23px;
    margin:0;
    text-decoration: none;
    height:15px;           /* hint for IE, alternatively remove whitespace from HTML */
    background-color: #f4f1f1;
}


#nav a:hover {
  color:#d25e00;
}
#nav ul li ul li a {
    border-top-width: thin;
    border-bottom-width: thin;
    border-top-style: dotted;
    border-bottom-style: dotted;
    border-top-color: #CCCCCC;
    border-bottom-color: #CCCCCC;
    margin-bottom:0px;
    margin-top:0px;
}
#nav ul li ul li {
    margin-bottom:0px;
    margin-top:0px;
}
