/**
 * Magento
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Open Software License (OSL 3.0)
 * that is bundled with this package in the file LICENSE.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/osl-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/osl-3.0.php  Open Software License (OSL 3.0)
 */

#left-nav { /*padding:0 20px; font-size:1.1em;*/ }

/************** ALL LEVELS  *************/ /* Style consistent throughout all nav levels */
#left-nav li { position:relative; text-align:left; }
#left-nav li.over { z-index:999; }
#left-nav a,
#left-nav a:hover { display:block; line-height:1.3em; text-decoration:none; }
#left-nav span { display:block; cursor:pointer; white-space:nowrap; }
#left-nav li ul span {white-space:normal; }

/************ 0 LEVEL  ***************/
#left-nav li { /*float:left;*/ }
#left-nav li.active a { background-color:#CCE5FF; color:#CC9966; }
#left-nav a { width:165px; /*padding:5px 12px 6px 8px; color:#a7c6dd; font-weight:bold;*/ }
#left-nav li.over a,
#left-nav a:hover { /*color:#d96708;*/ }

/************ 1ST LEVEL ************/
#left-nav li.over a { background-color:#CCE5FF; color:#CC9966; }

#left-nav ul li,
#left-nav ul li.active { margin:0; background:#FFFFFF; border-top:0; border-bottom:1px dotted #CCCCCC;}
/*#nav ul li.over { background:#d5e4eb url(../images/nav_divider.gif) repeat-x 0 100%; }*/
#left-nav ul li.last { padding-bottom:0; border-bottom:0; }

#left-nav ul a,
#left-nav ul a:hover {
float:none; font-weight:bold;
padding:7px 14px; background:none;
}

#left-nav ul li a { font-weight:bold; }

/************ 2ND LEVEL ************/
#left-nav ul {
position:absolute;
width:193px;
top:-1px;
left:-10000px;
border:1px solid #666666;
border-left:0;
background-color:#FFFFFF;
}

/* Show menu */
#left-nav li.over ul { left:193px; }
#left-nav li.over ul li.over > ul { left:100px; }
#left-nav li.over ul ul { left:-10000px; }

#left-nav ul li a { background-color:#FFFFFF !IMPORTANT; }
#left-nav ul li a:hover { background-color:#CCE5FF !IMPORTANT; }
#left-nav ul li a,
#left-nav ul li a:hover {  }
#left-nav ul span, #nav ul li.last li span {}

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