jQuery(document).ready(function() {
	jQuery("ul.sf-menu").superfish({
		animation:     {opacity:"show",height:"show"},  // fade-in and slide-down animation
		speed:        1,  // animation speed
		autoArrows:   "on",  // enable generation of arrow mark-up
		dropShadows:  ""  // enable drop shadows
	});
});