jQuery(document).ready(function() { 
	jQuery("ul.sf-menu").superfish({ 
            delay:       250,
            animation:   {opacity:'show',height:'show'},
            speed:       'fast',
            autoArrows:  false,
            dropShadows: false
        }); 
});
