﻿/* ------------------------------------------------------------------------------------------------------ */
/*		Estilo - Splice - Banco Credibel - Menu 				   */
/*		Criado por: Victor Leonardo		Em: 12/07/2007			   */
/*		Contato: victor.leonardo@focusnetworks.com.br		  	   */
/*		Modificado por:	-			Em: __/__/____	    		   */
/* ------------------------------------------------------------------------------------------------------ */

/* ------------------------------------------------------------------------------------------------------ */
/* 					Config. Gerais 	  		      			   */
/* ------------------------------------------------------------------------------------------------------ */

#left{
    position: relative;
}

#menu_credibel, #menu_juridica, #menu_fisica{
    display: none;
    position: absolute;
    top: 21px;
    left: 35px;
}

/* ------------------------------------------------------------------------------------------------------ */
/* 					Config. Links 	  		      			   */
/* ------------------------------------------------------------------------------------------------------ */

#menu_credibel a, #menu_juridica a, #menu_fisica a{
    font-family: "Trebuchet MS";
    font-size: 11px;
    text-decoration: none;
    font-weight: 800;
    color: #666;
    background: url(../img/marcador_menu.gif) no-repeat center left;
    display: block;
    padding-left: 15px;
}

.selecionado{
    color: #2c76c3 !important;
    background: url(../img/marcador_menu_on.gif) no-repeat center left !important;
}

/* ------------------------------------------------------------------------------------------------------ */
/* 					Config. Lista 	  		      			   */
/* ------------------------------------------------------------------------------------------------------ */

#menu_credibel li, #menu_juridica li, #menu_fisica li{
    margin-bottom: 15px;
}