function mascaras(){
	$(".telefone").mask("(99) 9999-9999");
	$(".cpf").mask("999.999.999-99");
	$(".cep").mask("99.999-999");
	$(".data").mask("99/99/9999");
	$(".cnpj").mask("99.999.999/9999-99");
}
/*
$(".NOME_MENU").hover(function(){
	$(this).find('.ul').stop(true, true).show(300)
},function(){
	$(this).find('.ul').hide(300)
})
*/
