$(document).ready(function() { 
	$('#main-menu>ul').superfish({ 
		hoverClass: 'hover',
		delay: 250,
		animation: {opacity:'show',height:'show'},
		speed: 'normal',
		autoArrows:	false,
		dropShadows: false
	});
});
