	$(document).ready(function(){
	
		// init dropdown menu
		$("ul#sf-menu").superfish({

			    delay:       500,
	        animation:   {opacity:'show',height:'show'},
	        speed:       'normal',
	        autoArrows:  false,
	        dropShadows: false
	    }

			);

			
	});
