/**
 * Magento
 *
 *
 *
 * 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.
 *
 * @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*****/

a { 
	font-size:120%;  
}

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

#vertical-nav ul li {
    margin: 0;
    padding: 0;
    display:block;
    margin-top: 1px;  /*lines */
   
}

#vertical-nav ul ul li a,#vertical-nav ul li{
    background-color: #FFFFFF;
   
}
#vertical-nav ul li a {
    display: block;
    padding: 3px 3px 3px 23px;
    margin:0;
    text-decoration: none;
    height:15px;           /* hint for IE, alternatively remove whitespace from HTML */
    background-color: #FFFFFF;
  
}
#vertical-nav ul li .open, #vertical-nav .activesubsub, #vertical-nav .subopen {
    
    text-decoration: none;
   
}
#vertical-nav .final{
	background-color:#ECECEC;
	color:#958A54;
}

#vertical-nav ul ul li a {
   /* margin-left: 20px;*/
   color:#3C3C3C;
}

#vertical-nav ul ul ul li a {
 /* margin-left: 40px;     /* indent level 2 */
 color:#3C3C3C;
}

#vertical-nav a {
  color:#3C3C3C;
}
#vertical-nav a:hover {
  color:#3C3C3C;
}
#vertical-nav ul li ul li a {
    /*border-top-width: thin;
    border-bottom-width: thin;
    border-top-style: dotted;
    border-bottom-style: dotted;
    border-top-color: #FFFFFF;
    border-bottom-color: #FFFFFF;*/
    margin-bottom:0px;
    margin-top:0px;
}
#vertical-nav ul li ul li {
    margin-bottom:0px;
    margin-top:0px;
}
