function larghezzaMenu(){
	var add = 0;
	$(".campo").each(function() {
		add += Number($(this).width())+30;
	});
	$("#menu").width(add+1);
}



