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

#nav_vert { padding:0 00px; font-size:1.1em; width:175px}

/************** ALL LEVELS  *************/ /* Style consistent throughout all nav levels */
#nav_vert li { position:relative; text-align:left; width:175px; }
#nav_vert li.over { z-index:999; }
#nav_vert a,
#nav_vert a:hover { display:block; line-height:1.3em; text-decoration:none; }
#nav_vert span { display:block; cursor:pointer; white-space:nowrap; }
#nav_vert li ul span {white-space:normal; }
#nav_vert li ul span.selected { color: #F18200; }
#nav_vert li span.selected { color: #F18200; }
#nav_vert li.level0 { border-bottom: 1px solid #444444; }
/************ 0 LEVEL  ***************/
#nav_vert li { float:left; }
/*#nav_vert li.active a { color:#d96708; }*/
#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:#d96708; }
#nav_vert a.active { color:#d96708; }
/************ 1ST LEVEL ************/
#nav_vert ul li,
#nav_vert ul li.active { color:#d96708; margin:0; padding-bottom:1px; }
/*#nav_vert ul li.over { background:#d5e4eb url(../images/nav_divider.gif) repeat-x 0 100%; }*/
#nav_vert ul li.last { padding-bottom:0; }

#nav_vert ul a,
#nav_vert ul a:hover { float:none; padding:0; background:none; }
#nav_vert ul li a { font-weight:normal !important; }

/************ 2ND LEVEL ************/
#nav_vert ul { position:relative; width:15em; }

/* Show menu */


#nav_vert ul li a { color:#a7c6dd }
#nav_vert ul li a.active { color: red; }

#nav_vert ul li a:hover { color:#d96708 !important; }
#nav_vert ul span, #nav_vert ul li.last li span { background: url(../images/vert_nav_arrow.gif) no-repeat 0 0; padding:3px 19px 4px 24px;}

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