$(document).ready(function() {  
	  jQuery(function(){
			jQuery('ul.menu').superfish({
				delay		: 600,
				animation	: {opacity:'show',height:'show'},
				speed		: 'normal',
				autoArrows	: false,
				dropShadows : false					   	
			});
			jQuery(".list-services a.tooltips").easyTooltip();
		});
});
