/*GERAL*/
a:focus {
	-moz-outline:0px;
}

h3 {
	padding: 3px 0 10px 15px; margin: 0;
	color: #fff;
	font: bold 76% Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}

/*MENU ESQUERDA*/

div.bloco-menu-esquerda {
	float: left;
	background: transparent url(imgs/menu_topo.png) no-repeat 0% 0%;
	width: 168px;
	margin: 10px 0 0 5px;
	padding: 0 0 0 6px;
	clear: left;
}

div.bloco-menu-esquerda ul, div.bloco-menu-esquerda form  {
	float: left;
	padding: 0 0 10px 5px; margin:10px 0;
	list-style: none;
	width: 168px;
	display: table;
	background: url(imgs/menu_fim.png) no-repeat -6px 100%;	
	

}

div.bloco-menu-esquerda ul li a {
	width: 150px;
	text-decoration: none;
	font: bold 70% tahoma, verdana, arial, sans-serif;
	color: #667172;
	padding: 3px 5px;
}

div.bloco-menu-esquerda ul li a:hover, div.bloco-menu-esquerda ul li a#active-link {
	background: url(imgs/menu_hover.png) repeat-y 0% 0%;
	color: #000;
}

div.bloco-menu-esquerda ul li a, div.bloco-menu-esquerda li ul li a {
	float: left;
}

div.bloco-menu-esquerda ul li {
	float: left;
}


/*MENU TOPO INICIO*/

div.bloco-menu-topo {
	clear: left;
	background: url(imgs/mn_top_fundo.png) repeat-x 0% 0%;
	height: 29px;
}

div.bloco-menu-topo ul {
	list-style: none;
	padding: 0; margin: 0;
}

div.bloco-menu-topo ul li {
	display: inline;
}

div.bloco-menu-topo li a {
	float: left;
	font: bold 76% Arial, Helvetica, sans-serif;
	color: #fff;
	text-decoration: none;
	padding: 4px 15px;
	background: url(imgs/mn_top_separador.png) no-repeat 100% 0%;
}

div.bloco-menu-topo li a:hover, div.bloco-menu-topo li a#active-link {
	background: url(imgs/mn_top_separador2.png) no-repeat 100% 0%;
	color: #690;
}

/*MENU TOPO FIM*/
