jQuery.noConflict();
jQuery(document).ready(function(){
	jQuery("ul.sf-menu").superfish({
		//WP: add current class to incudes>classes.php
		pathClass:  'current',	
        delay:       280,
        animation:   {opacity:'show'}, 
        speed:       100, 
        autoArrows:  false,
        dropShadows: false,
		pathLevels:  2 
    }); 
});

