@charset "utf-8";
 /* 
    NOME DA EMPRESA - www.url_empresa.com
    ************************************
    Design Created by: 
    Programmer: 
    Country: Brasil
    Last CSS update: Month, day of year
    ************************************
    This comment pattern in this file was inspired/copied from
    Revolução ETC website - www.revolucao.etc.br - by Henrique Costa Pereira
    
    Este padrão de comentário no arquivo CSS foi inpirado/copiado
    do site REVOLUÇÃO ETC - www.revolucao.etc.br do Henrique Costa Pereira.
    ************************************
*/

/*..... MENU DE PRODUTOS .....*/
/***********************************************************/

#sidebar ul#products {
    list-style: none;
    background: #3a3a3a;
    font-size: 10pt;
    padding: 0 0 20px 0;
    width: 230px;
    }

#sidebar ul#products li {
    display: block;
    _width: 180px;
    background: #232323;
    margin-bottom: 4px;
    padding: 2px 0 2px 50px;
    z-index: 10;
    }

#products li ul li a {
    _width: 230px;	
    z-index: 10;
}


#sidebar ul#products li a {
    text-transform: uppercase;
    text-decoration: none;
    color: #fff;
    z-index: 10;
    }

#sidebar ul#products li a:hover {
    color: #f1ee00;
    }

#sidebar ul#products li {
    position: relative;
	list-style-type: none;
    }

#sidebar ul#products li ul {
	position: absolute;
	top: 0;
	left: 230px; /*distancia do submenu em relacao ao nivel anterior*/
	display: none;
    }

/* Fix IE. Hide from IE Mac \*/
* html #sidebar ul#products li {float:left;height:1%;}
* html #sidebar ul#products li a {height:1%;}
/* End */

#sidebar ul#products ul, #sidebar ul#products ul ul {
	margin: 0;
	padding: 0;
	list-style-image: none;
	width: 230px;
    top: -2px;
    left: 160px;
    _left: 180px;
    border-top: 2px solid white;
    border-left: 2px solid white;
    border-right: 2px solid white;
    border-bottom: 0;
    background: #6f6f6f;
    }

#sidebar ul#products ul li, #sidebar ul#products ul ul li {
	margin: 0;
    padding: 0;
    border-bottom: 2px solid white;
    background: #6f6f6f;
    }

#sidebar ul#products ul li a, #sidebar ul#products ul ul li a {
    display: block;
    background: #6f6f6f;
    color: #fff;
    font-size: 9pt;
    font-weight: bold;
    padding: 2px 0 2px 10px;
    margin: 0;
    }

#sidebar ul#products ul li a:hover, #sidebar ul#products ul ul li a:hover {
    background: #313131;
    color: #fff;
    }

#sidebar ul#products ul, #sidebar ul#products ul ul, #sidebar ul#products li:hover ul ul, #sidebar ul#products li:hover ul ul ul {
	display:none;
    }

#sidebar ul#products li:hover ul, #sidebar ul#products ul li:hover ul, #sidebar ul#products ul ul li:hover ul {
	display:block;
    }

/* Styling for Expand */

#sidebar ul#products a.x, #sidebar ul#products a.x:visited {
	font-weight: bold;
	color: #fff;
	background: #313131;
    }

#sidebar ul#products a.x:hover {
	color: #000;
	background: #888700;
    }

#sidebar ul#products a.x:active {
	color: #060;
    }

/***********************************************************/