$(document).ready(function(){

	$('.sf-menu').superfish({
        delay:       800,
        speed:       'slow',
        autoArrows:  false,
        dropShadows: true
	}); 
	
});
