@charset "utf-8";
/* CSS Document */

#menuTopoInicio {
	position: relative;
	width: 76px;
	height: 32px;
	background-image: url(../img/menu-topo/inicio.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	cursor: pointer;
	float: left;
	margin-left: 390px;
	margin-top: 40px;
}
#menuTopoInicio:hover {
	background-position: 0px -35px;
}

#menuTopoEmpresa {
	position: relative;
	width: 72px;
	height: 32px;
	background-image: url(../img/menu-topo/empresa.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	cursor: pointer;
	float: left;
	margin-left: 43px;
	margin-top: 42px;
}
#menuTopoEmpresa:hover {
	background-position: 0px -34px;
}

#menuTopoProdutos {
	position: relative;
	width: 89px;
	height: 32px;
	background-image: url(../img/menu-topo/produtos.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	cursor: pointer;
	float: left;
	margin-left: 43px;
	margin-top: 40px;
}
#menuTopoProdutos:hover {
	background-position: 0px -34px;
}

#menuTopoMarcas {
	position: relative;
	width: 59px;
	height: 32px;
	background-image: url(../img/menu-topo/marcas.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	cursor: pointer;
	float: left;
	margin-left: 44px;
	margin-top: 43px;
}
#menuTopoMarcas:hover {
	background-position: 0px -34px;
}

#menuTopoContato {
	position: relative;
	width: 55px;
	height: 32px;
	background-image: url(../img/menu-topo/contato.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	cursor: pointer;
	float: left;
	margin-left: 44px;
	margin-top: 40px;
}
#menuTopoContato:hover {
	background-position: 0px -34px;
}