/*################ BLOCO MENU TOPO #######################*/

.bloco-menu-topo {

	background: url(images/textura_menu_topo.gif);

    height: 35px;

}



.bloco-menu-topo ul, .bloco-menu-topo ul li {

	display: inline;

    list-style: none;

}

.bloco-menu-topo ul{

	padding:0;

	margin:0;

}

.bloco-menu-topo ul li a {

	float: left;

	height:25px;

    font: bold 11px "Trebuchet MS", Arial, Verdana;

    color: #FFF;

    text-decoration: none;

	text-transform:uppercase;

    padding:10px 10px 0 10px;

}

.bloco-menu-topo ul li {

	float:left;

	height:35px;

	background:url(images/separador_menu_topo.gif) 100% 0% no-repeat;

	padding:0 2px 0 0;

}

.bloco-menu-topo ul li a:hover, .bloco-menu-topo ul li a#active-link {

    background:url(images/links_on.gif);
	color:#900;

}



/*################ BLOCO MENU ESQUERDA #######################*/



.bloco-menu-esquerda {

	float: left;

    width: 183px;

    padding: 0 0 25px 9px;

}



.bloco-menu-esquerda ul {

    width: 173px;

	list-style:none;

    padding: 0;

}



.bloco-menu-esquerda h3, .bloco-parceiros h3 {

    background:url(images/narcador_h3.gif) 0% 25% no-repeat;

	padding:0 0 10px 14px;

	font:bold 12px "Trebuchet MS", Arial, Verdana;

	color:#7b2e00;

	text-transform:uppercase;

}



.bloco-menu-esquerda ul li {

	float: left;

	width:172px;

	background:url(images/linha_menu.gif) 0% 100% no-repeat;

	padding-bottom:2px;

}



.bloco-menu-esquerda ul li a {

	float: left;

	width:170px ;

    padding:5px;

	font: 11px Arial, Helvetica, sans-serif;

    color: #7b2e00;

    text-decoration: none;

}

.bloco-menu-esquerda ul li a:hover {

	background-color:#d3bcae;

}



.ultimo {

	background: none !important;

}

