$(document).ready(function() { 
    $('ul.sf-menu').superfish({
		autoArrows:  false,
		speed:       'fast',
		dropShadows: false	
	});
});
