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

#vertical-nav-container { margin:0 0 1.3em 0; padding:0; }

#vertical-nav{
background-color:#EEEEEE;
font:12px arial, helvetica, sans-serif;
border: #182A8F 1px solid;
padding:0; margin:0 0 1.3em 0;  
}

#vertical-nav .head {
padding:0; margin:0; background:#fff;   
}

#vertical-nav .head h4 {
background-color: #182A8F;
color:#fff; padding:0 0 0 15px; text-transform:uppercase; 
height:30px; line-height:30px; font-size:14px; font-weight: bold;
margin:0;
}

#vertical-nav ul {
    list-style-type: none; /* get rid of the bullets */
    padding:0;             /* no padding */
    margin: 0;
	/* no margin for IE either */
}

#vertical-nav ul li {
    margin: 0;
    padding: 0;
    display:block;
	 
}

#vertical-nav ul li a {
    display: block;
    padding: 6px 3px 3px 15px;
	font-size: 13px;
    margin:0;
    text-decoration: none;
    height:22px;           /* hint for IE, alternatively remove whitespace from HTML */
	background-color: #EEEEEE;
	border-top: #ccc 1px solid;
	color:#182A8F;
}

#vertical-nav ul li a:hover {
background-color: #ffffff;
color:#182A8F;
}
#vertical-nav ul li .open, #vertical-nav .activesubsub, #vertical-nav .subopen {
    font-weight: bold;
	color:#e26703;
	background-color: #ffffff;
}
#vertical-nav .final{
background-color:#ECECEC;
}

#vertical-nav ul ul li a {
padding: 3px 3px 3px 30px;
font-size: 12px;
border:none; 
}

#vertical-nav ul ul ul li a {
  padding-left: 40px;     /* indent level 2 */
}



#vertical-nav ul li ul li a {
    margin-bottom:0px;
    margin-top:0px;
	background-color: #ffffff;
}

#vertical-nav ul li ul li {
    margin-bottom:0px;
    margin-top:0px;
}
