@charset "utf-8";
/* CSS Document */
.menu{
	width:616px;
	height:54px;
	float:left;
	margin-top:47px;
	background-color:#afa185;
	background-image:url(../imgs/menu.jpg);
	display:inline;
	z-index:968;
	position:relative;
	list-style:none;
}
.menu li{
	margin:0px;
	padding:0px;
	float:left;
	height:54px;
}
.menu li a{
	margin:0px;
	padding:0px;
	width:100%;
	height:54px;
	display:block;
	text-indent:-4000px;
	outline:none;
}
.menu_inicial, .menu_art, .menu_pedras, .menu_joias, .menu_onde, .menu_noticias{
	background-image:url(../imgs/menu.jpg)
}
.menu_inicial a:hover, .menu_art a:hover, .menu_pedras a:hover, .menu_joias a:hover, .menu_onde a:hover, .menu_noticias a:hover{
	background-image:url(../imgs/menu_over.jpg)
}
.menu_inicial, .menu_inicial a:hover{
	width:147px;
}
.menu_art, .menu_art a:hover{
	width:96px;
	background-position:-147px;
}
.menu_pedras, .menu_pedras a:hover{
	width:81px;
	background-position:-243px;
}
.menu_joias, .menu_joias a:hover{
	width:73px;
	background-position:-324px;
}
.menu_onde, .menu_onde a:hover{
	width:134px;
	background-position:-397px;
}
.menu_noticias, .menu_noticias a:hover{
	width:83px;
	background-position:-531px;
}

/* menu top */
.menu_top{
	width:197px;
	height:21px;
	float:right;
	margin-right:77px;
	top:11px;
	background-image:url(../imgs/menu_top.jpg);
	background-position:top;
	z-index:999;
	position:relative;
	list-style:none;
}
.menu_top li{
	height:21px;
	float:left;
	margin:0px;
	padding:0px;
}
.menu_top li a{
	height:100%;
	width:100%;
	margin:0px;
	padding:0px;
	display:block;
	outline:none;
	text-indent:-4000px
}
.menu_top_eng, .menu_top_blog, .menu_top_contato{
	background-image:url(../imgs/menu_top.jpg)
}
.menu_top_eng a:hover, .menu_top_blog a:hover, .menu_top_contato a:hover{
	background-image:url(../imgs/menu_top_over.jpg)
}
.menu_top_eng, .menu_top_eng a:hover{
	width:91px;
} 
.menu_top_blog, .menu_top_blog a:hover{
	width:45px;
	background-position:-91px;
}
.menu_top_contato, .menu_top_contato a:hover{
	width:60px;
	background-position:-136px;
}
/* submenu */
.submenu{
	width:420px;
	height:21px;
	margin-left:250px;
	margin-top:10px;
	list-style:none;
}
.submenu li{
	height:21px;
	float:left;
	margin-right:2px;
	margin-top:0px;
	margin-bottom:0px;
	margin-left:0px;
	padding:0px;
}
.submenu li a{
	outline:none;
	margin:0px;
	padding:0px;
	float:left;
	width:100%;
	height:100%;
	text-indent:-4000px;
	display:block;
}
.s_artouro, .s_visao, .s_linha, .s_cadeia{
	background-image:url(../imgs/submenu.jpg);
	background-repeat:no-repeat;
}
.s_artouro a:hover, .s_visao a:hover, .s_linha a:hover, .s_cadeia a:hover, .s_artouro1, .s_visao1, .s_linha1, .s_cadeia1{
	background-image:url(../imgs/submenu_over.jpg);
	background-repeat:no-repeat;
}
.s_artouro, .s_artouro a:hover, .s_artouro1{
	width:81px;
}
.s_visao, .s_visao a:hover, .s_visao1{
	width:106px;
	background-position:-83px;
}
.s_linha, .s_linha a:hover, .s_linha1{
	width:109px;
	background-position:-189px;
}
.s_cadeia, .s_cadeia a:hover, .s_cadeia1{
	width:116px;
	background-position:-301px;
}
/******************** submenu cadeia *****************************/
.submenu_cadeia{
	width:532px;
	height:40px;
	/*background-image:url(../imgs/submenu_cadeia.jpg);
	background-repeat:no-repeat;*/
	list-style:none;
	float:left;
	margin-left:10px;
}
.submenu_cadeia li{
	height:40px;
	margin:0px;
	padding:0px;
	float:left;
}
.submenu_cadeia li a{
	height:100%;
	width:100%;
	margin:0px;
	padding:0px;
	text-indent:-4000px;
	outline:none;
	display: block;
}
.mineracao, .beneficiamento, .joalheria, .distribuicao{
	background-image:url(../imgs/submenu_cadeia.jpg);
}
.mineracao a:hover, .beneficiamento a:hover, .joalheria a:hover, .distribuicao a:hover, .mineracao1, .beneficiamento1, .joalheria1, .distribuicao1{
	background-image: url(../imgs/submenu_cadeia_over.jpg);
}
.mineracao, .mineracao a:hover, .mineracao1{
	width:116px;
}
.beneficiamento, .beneficiamento a:hover, .beneficiamento1{
	width:166px;
	background-position:-116px;
}
.joalheria, .joalheria a:hover, .joalheria1{
	width:110px;
	background-position:-282px;
}
.distribuicao, .distribuicao a:hover, .distribuicao1{
	width:139px;
	background-position:-392px;
}
