$("#flechita").ready(function(){
	$("#flechita").mouseover(function(){
//		$("#dropmenu1_b").fadeIn("fast");
//		$("#dropmenu1_c").fadeIn("fast");
		$("#dropmenu1_0").fadeIn("fast");
		$("#dropmenu1_1").fadeIn("fast");
		$("#dropmenu1_2").fadeIn("fast");
		$("#dropmenu1_3").fadeIn("fast");
		$("#dropmenu1_4").fadeIn("fast");
		$("#dropmenu1_5").fadeIn("fast");
	});
	$("body").click(function(){
//		$("#dropmenu1_b").fadeOut("fast");
//		$("#dropmenu1_c").fadeOut("fast");
		$("#dropmenu1_0").fadeOut("fast");
		$("#dropmenu1_1").fadeOut("fast");
		$("#dropmenu1_2").fadeOut("fast");
		$("#dropmenu1_3").fadeOut("fast");
		$("#dropmenu1_4").fadeOut("fast");		
		$("#dropmenu1_5").fadeOut("fast");		
	});
});

