/**
 * 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)
 */

#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;
    margin-top: 1px; /* lines */
}

#vertical-nav ul ul li a,#vertical-nav ul li{
    background-color: #1a2b3d;
}
#vertical-nav ul li a {
	font-family:arial;
	font-size:11px;
	font-weight:bold;
    display: block;
    padding: 8px 3px 8px 2px;
    margin:0 11px 0 10px;
    text-decoration: none;
           /* hint for IE, alternatively remove whitespace from HTML */
    background-color: #1a2b3d;
	border-bottom:1px dotted #0e668a;
	color:#fff;
}
#vertical-nav ul li .open, #vertical-nav .activesubsub, #vertical-nav .subopen {
	font-size:12px;
	font-weight: bold;
    text-decoration:underline;
    color:#fff;
}
#vertical-nav .final{
background-color:#ECECEC;
}

#vertical-nav ul ul li a {
    margin-left: 10px;
}

#vertical-nav ul ul ul li a {
  margin-left: 0px;     /* indent level 2 */
}

#vertical-nav a {
  color:#999999;
}
#vertical-nav a:hover {
  color:#e5e5e5;
}
#vertical-nav ul li ul li a {
    /*border-top-width: 1px;*/
    border-bottom-width: 1px;
    /*border-top-style: dotted;*/
    border-bottom-style: dotted;
    /*border-top-color: #0c698a;*/
    border-bottom-color: #0c698a;
    margin-bottom:0px;
    margin-top:0px;
	min-height:28px;
	height:auto;
}
#vertical-nav ul li ul li {
    margin-bottom:0px;
    margin-top:0px;
}