/**
 * 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)
 */

.navi-left { margin: 7px 0; }

/************** ALL LEVELS  *************/ /* Style consistent throughout all nav levels */
.navi-left li { position: relative;  }
.navi-left li.over { z-index: 999; }
.navi-left li.parent { background: url(../images/bullets/bullet03.gif) 97% bottom no-repeat; }
.navi-left a,
.navi-left a:hover { font-size: 0.92em; display: block; line-height:1.3em; text-decoration:none; padding: 3px 0; }
.navi-left a:hover { color: #b90064; }
.navi-left span { cursor: pointer; }

/************ 0 LEVEL  ***************/
.navi-left li { margin-left: 20px; }
.navi-left li.active a { color: #b90064; }
.navi-left li.active ul li a { color: #EA64AD; }
.navi-left a { background: url(../images/bullets/bullet01.gif) left 7px no-repeat; padding-left: 11px; }
.navi-left li.over a,
.navi-left a:hover { padding-left: 11px; }

/************ 1ST LEVEL ************/
.navi-left ul li,
.navi-left ul li.active,
.navi-left ul li.over { margin:0!important; padding:0; }
.navi-left ul li.parent { }
.navi-left ul li.last { }
.navi-left ul li.active { color: #b90064; }
.navi-left ul li a,
.navi-left ul li a:hover { padding-left:0!important; background: none; }
.navi-left ul li.active a, .navi-left ul li a:hover { color: #b90064!important; }

/************ 2ND LEVEL ************/
.navi-left ul { position: absolute; width: 210px; top: 10px; left: -10000px; border:1px solid #ffe4f3; border-bottom: 2px solid #ffe4f3; padding:3px 8px; background: #fff url(../images/bullets/bullet04.gif) no-repeat; }

/* Show menu */
.navi-left li.over > ul { left: 100px; }
.navi-left li.parent > ul li.over > ul { left:100px; }
.navi-left li.over ul ul { left:-10000px; }

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