$(document).ready(function() {
$('#superfish ul').superfish({
	dropShadows : true,
	hoverClass: 'sfHover',
	animation:   {opacity:'show',height:'show'},
	speed:       'normal' 
	});
});

