	if(window.ixedit){ixedit.deployed = true};
	if(window.jQuery){jQuery(function(){
		(function(){ jQuery('a.menu-produto').bind('mouseover', function(event, ui){var target = jQuery('.ul-menu'); target.show('drop', { direction: 'down' }, 500)});})();
		(function(){ jQuery('a.menu-produto').bind('mouseout', function(event, ui){var target = jQuery('.ul-menu'); target.hide(0)});})();
		(function(){ jQuery('.ul-menu').bind('mouseout', function(event, ui){var target = jQuery('.ul-menu'); target.hide(0)});})();
		(function(){ jQuery('.ul-menu').bind('mouseover', function(event, ui){var target = jQuery('.ul-menu'); target.show(0)});})();
		(function(){ jQuery('a.menu-contato').bind('mouseover', function(event, ui){var target = jQuery('.ul-menu2'); target.show('drop', { direction: 'down' }, 500)});})();
		(function(){ jQuery('a.menu-contato').bind('mouseout', function(event, ui){var target = jQuery('.ul-menu2'); target.hide(0)});})();
		(function(){ jQuery('.ul-menu2').bind('mouseout', function(event, ui){var target = jQuery('.ul-menu2'); target.hide(0)});})();
		(function(){ jQuery('.ul-menu2').bind('mouseover', function(event, ui){var target = jQuery('.ul-menu2'); target.show(0)});})();
	})};