/*################ BLOCO MENU TOPO #######################*/
.bloco-menu-topo {
    height: 56px;
	padding-left:5px;
	background-image:url(images/fundo_menu.jpg);
}
.bloco-menu-topo ul, .bloco-menu-topo ul li {
	float:left;
	display: inline;
    list-style: none;
}
.bloco-menu-topo ul{
	padding:0;
	margin:0;
}
.bloco-menu-topo ul li a {
	float: left;
    font:18px "Times New Roman", Times, serif;
	color:#cbb87f;
    text-decoration: none;
	padding:10px 10px;
}
.bloco-menu-topo ul li {
	float:left;
	height:47px;
	padding:0 2px 0 0;
	background:url(images/separacao.png) 100% 0% no-repeat;
}
.bloco-menu-topo ul li a:hover, .bloco-menu-topo ul li a#active-link {
	color:#e5dc9b;
}

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

.bloco-menu-esquerda {
    float:left;
	padding:17px 0 28px 0;
	margin-bottom:13px;
	border:3px solid #cbb87f;
	background:url(images/rodape_menu.png) 50% 100% no-repeat;
}

.bloco-menu-esquerda ul {
	float:left;
	list-style:none;
    padding: 0 0 0 15px;
	margin:0;
}

.bloco-menu-esquerda h3{
	float:left;
	width:131px;
	padding:0;
	margin:0;
	font:19px "Times New Roman", Times, serif;
	color:#b0a369;
	text-align:center;
	background:url(images/h3_fundo.png) 50% 50% no-repeat;
}

.bloco-menu-esquerda ul li {
	float: left;
	width:98px;
	background:url(images/pontilhado.png) 0% 100% no-repeat;
	padding-bottom:1px;
}

.bloco-menu-esquerda ul li a {
	float: left;
	width:98px ;
    padding:2px 3px;
	font:15px "Times New Roman", Times, serif;
    color: #000;
    text-decoration:none;
}
.bloco-menu-esquerda ul li a:hover {
	background:#cbbc79;
	color:#FFF;
}

