
$(document).ready(function() {
	$("body").pngFix();
						   
	$("ul.sf-menu").superfish({
		animation: {height:'show'},
		delay:     500,
		dropShadows: false
	});

	if($("#textomodal").html() != "") {
		$.colorbox({
			 href:"#textomodal",
			 inline:true
		});
	}

});
