//Menu e submenus lateral esquerda//
	$(document).ready(function(){
		$("#home").click(function(){			
			$("#empresaLinks").hide("slow");			
			$("#produtosLinks").hide("slow");
			$("#serviçosLinks").hide("slow");
			$("#aconteceLinks").hide("slow");
			$("#contatoLinks").hide("slow");
		});
	});	
	$(document).ready(function(){		
		$("#empresaSub").click(function() {
			$("#empresaLinks").toggle("slow");			
			$("#produtosLinks").hide("slow");
			$("#serviçosLinks").hide("slow");
			$("#aconteceLinks").hide("slow");
			$("#contatoLinks").hide("slow");
		});		
	});
	$(document).ready(function(){		
		$("#produtoSub").click(function() {
			$("#produtosLinks").toggle("slow");			
			$("#empresaLinks").hide("slow");
			$("#serviçosLinks").hide("slow");
			$("#aconteceLinks").hide("slow");
			$("#contatoLinks").hide("slow");		
		});			
	});	
	$(document).ready(function(){		
		$("#serviçosSub").click(function() {
			$("#serviçosLinks").toggle("slow");			
			$("#empresaLinks").hide("slow");
			$("#produtosLinks").hide("slow");
			$("#aconteceLinks").hide("slow");
			$("#contatoLinks").hide("slow");
		});			
	});	 	
	$(document).ready(function(){		
		$("#aconteceSub").click(function(){			
			$("#aconteceLinks").toggle("slow");			
			$("#empresaLinks").hide("slow");
			$("#produtosLinks").hide("slow");
			$("#serviçosLinks").hide("slow");			
			$("#contatoLinks").hide("slow");
		});			
	});
	$(document).ready(function(){
		$("#pedidos").click(function(){			
			$("#contatoLinks").hide("slow");
			$("#empresaLinks").hide("slow");
			$("#produtosLinks").hide("slow");
			$("#serviçosLinks").hide("slow");			
			$("#aconteceLinks").hide("slow");			
		});
	}); 
	$(document).ready(function(){    
		$("#contatoSub").click(function() {
			$("#contatoLinks").toggle("slow");						
			$("#empresaLinks").hide("slow");
			$("#produtosLinks").hide("slow");
			$("#serviçosLinks").hide("slow");			
			$("#aconteceLinks").hide("slow");
		});
	});
//----------------------------------------------------------------//	
	$(document).ready(function(){		
		$("#empresaLinks").mouseleave(function(){
			$("#empresaLinks").hide("slow");			
			$("#produtosLinks").hide("slow");
			$("#serviçosLinks").hide("slow");
			$("#aconteceLinks").hide("slow");
			$("#contatoLinks").hide("slow");
		});
	});	
	$(document).ready(function(){		
		$("#produtosLinks").mouseleave(function(){
			$("#empresaLinks").hide("slow");			
			$("#produtosLinks").hide("slow");
			$("#serviçosLinks").hide("slow");
			$("#aconteceLinks").hide("slow");
			$("#contatoLinks").hide("slow");
		});
	});
	$(document).ready(function(){		
		$("#serviçosLinks").mouseleave(function(){
			$("#empresaLinks").hide("slow");			
			$("#produtosLinks").hide("slow");
			$("#serviçosLinks").hide("slow");
			$("#aconteceLinks").hide("slow");
			$("#contatoLinks").hide("slow");
		});
	});
	$(document).ready(function(){		
		$("#aconteceLinks").mouseleave(function(){
			$("#empresaLinks").hide("slow");			
			$("#produtosLinks").hide("slow");
			$("#serviçosLinks").hide("slow");
			$("#aconteceLinks").hide("slow");
			$("#contatoLinks").hide("slow");
		});
	});
	$(document).ready(function(){		
		$("#contatoLinks").mouseleave(function(){
			$("#empresaLinks").hide("slow");			
			$("#produtosLinks").hide("slow");
			$("#serviçosLinks").hide("slow");
			$("#aconteceLinks").hide("slow");
			$("#contatoLinks").hide("slow");
		});
	});	
	function um(src,cor_entrada) {
		src.bgColor=cor_entrada;
		src.style.cursor="hand";
	}
	function dois(src,cor_default) {
		src.bgColor=cor_default;
		src.style.cursor="default";
	} 
//fim
