$(document).ready(function() {
	// deactivate fx on IE 7 and below
    $.fx.off = (jQuery.browser.msie && jQuery.browser.version <= 7);

	// let the menu work
	$("ul.sf-menu").superfish({
        delay:       800,
        speed:       300,
        pathClass:   'current',
        pathLevels:  1,
        autoArrows:  true, 
        dropShadows: true
    });
});
