$(document).ready(function(){
	$("#servicii").hoverIntent(function(){
	$("#serviciiDown").fadeIn(20);
	}, 
	function(){
	$("#serviciiDown").fadeOut(20); }
	);
	
	$("#produse").hoverIntent(function(){
	$("#produseDown").fadeIn(20);
	},
	function(){
	$("#produseDown").fadeOut(20); }
	);
	
	$("#companie").hoverIntent(function(){
	$("#companieDown").fadeIn(20);
	},
	function(){
	$("#companieDown").fadeOut(20); }
	);
	
	$("#resurse").hoverIntent(function(){
	$("#resurseDown").fadeIn(20);
	},
	function(){
	$("#resurseDown").fadeOut(20); }
	);
	
/*$(document).click(function(){
	$("#produseDown").hide();
	$("#resurseDown").hide();
	$("#serviciiDown").hide();
	}); */
							
});
