/**
 * 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.
 *
 * @category   design_blank
 * @package    Mage
 * @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)
 * @developy   Copyright (c) 2009 Webee E-marketing (http://www.webee.com.br)
 */

/***************VERTICAL**********************/
/*****ALL*****/

.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{}

.vertical-nav ul li a {
    display: block;
    padding: 3px 5px 3px 16px;
    margin:0;
    text-decoration: none;
	font-weight: bold;
	font-size: 13px;
    height: 19px;           /* hint for IE, alternatively remove whitespace from HTML */
	color: #333;
    background: url(../images/menu-vertical-barra.gif) no-repeat 4px bottom;
}

.vertical-nav ul li.parent a span {
    padding-left: 12px;
    background: url(../images/pager_arrow_bottom.gif) no-repeat left 5px; )
}

/* Hover */
.vertical-nav li a:hover span { color: #666; }
.vertical-nav #menu li.level1 a:hover span { background: url(../images/pager_arrow_right.gif) no-repeat left 5px; }

.vertical-nav ul li .open, .vertical-nav .activesubsub, .vertical-nav .subopen { text-decoration: underline; }
.vertical-nav .final {}
.vertical-nav ul ul li { background: url(../images/menu-vertical-seta.gif) no-repeat 25px 8px; }
.vertical-nav ul ul .level1 a span { background: none; }
.vertical-nav ul ul li a {
	font-size: 11px;
	color: #666;
    padding-left: 28px;
	text-transform: none;
}
.vertical-nav ul ul li a:hover span {
	color: #333;
}
.vertical-nav ul ul li a span {
	color: #666;
        background: none;
}
.vertical-nav ul ul ul li {
  /*margin-left: 40px;*/     /* indent level 2 */
	background: url(../images/menu-vertical-seta.gif) no-repeat 25px 8px;
}
.vertical-nav ul ul ul li a {
  /*margin-left: 40px;*/     /* indent level 2 */
    padding-left: 38px;
}
.vertical-nav a {}
.vertical-nav a:hover {}
.vertical-nav ul li ul li a {}
.vertical-nav ul li ul li { margin-bottom:0px; margin-top:0px; }

/**/
.vertical-nav ul li.active ul.level0 { display: block; }
.vertical-nav ul li.active ul.level0 li.active a span { color: #000; }

/*****LEVEL0-CATEGORIA-OCULTA*****/
.vertical-nav ul.level0 { display: none; }

/*****LEVEL0-CATEGORIA-MOSTRA*****/
.vertical-nav ul .parent:hover ul.level0 { display: block; }
.vertical-nav ul li.parent a:hover ul.level0 { display: block; }