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


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

/************ 0 LEVEL  ***************/
#nav_vert li { float:left; }
#nav_vert li.active a { color:#003366;background:#e2e9eb; }
#nav_vert a { float:left; padding:5px 12px 6px 8px; color:#a7c6dd; font-weight:bold; }
#nav_vert li.over a,
#nav_vert a:hover { color:#000066; }

/************ 1ST LEVEL ************/
#nav_vert ul li,
#nav_vert ul li.active { float:none; margin:0; padding-bottom:1px; background:#ecf3f6 url(../images/nav_divider.gif) repeat-x 0 100%; }
#nav_vert ul li.last { background:#ecf3f6; padding-bottom:0; }
#nav_vert ul a,
#nav_vert ul a:hover { float:none; padding:0; }
#nav_vert ul li a { font-weight:normal !important; }

/************ 2ND LEVEL ************/
#nav_vert ul { position:absolute; width:15em; top:25px; left:-10000px; border:1px solid #899ba5; }

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

#nav_vert ul li a { padding:0px 0px 4px 17px; background:#ecf3f6; border-bottom:1px solid #C5C5C5; }
#nav_vert ul li a:hover { background:#d5e4eb; }
#nav_vert ul li a,
#nav_vert ul li a:hover { color:#2f2f2f !important; }
#nav_vert ul span, #nav_vert ul li.last li span { padding:0px 0px 0px 0px; text-transform: none;}

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

/*******************************NEW NAVIGATION ON THE LEFT***********************************/
#vertical-nav { font-size: 12px; }
#vertical-nav  li { text-align:left; }
#vertical-nav  li.over { z-index:999; }
#vertical-nav  li ul span {white-space:normal; }
#vertical-nav li a { padding:6px 10px 6px 12px; margin-left:0px;  }
#vertical-nav  ul li span{line-height: 1.9em; }
#vertical-nav  ul li,
#vertical-nav  ul li.active,
#vertical-nav  ul li.over{ float:none; border:none; padding:0; padding-bottom:0px; text-transform:none; }
#vertical-nav  ul li.last { padding-bottom:0; border-bottom:0px; }
#vertical-nav  ul a,
#vertical-nav  ul a:hover { float:none; padding:0; width:auto; }
#vertical-nav  ul li a { font-weight:normal; }
#vertical-nav  li.over > ul { left:150px; }
#vertical-nav  li.over > ul li.over > ul { left:100px; }
#vertical-nav  li.over ul ul { left:-10000px; }

#vertical-nav  ul li a { padding:0px 0px 4px 17px; font-weight: bold; color: #3b3f49; text-transform: uppercase; }
#vertical-nav  ul li a:hover { padding:0px 0px 4px 17px; color: #3b3f49; text-decoration:underline; }

#vertical-nav  ul ul { top:5px; }



