﻿$('document').ready(function () {
	$(".menu ul li .titolo").dropShadow({
		left: 2, 
		top: 2,
		blur: 1,
		opacity: 0.6
	});
});

