$(document).ready(function() {
    
    $('ul.sf-menu').superfish({ 
    	opacity:     false,
        animation:   {opacity:'show',height:'show'},
        speed:       'fast',
        autoArrows:  false
    });
    	
  	$('a.help').cluetip({
  		showTitle: false,
  		closePosition: 'bottom'
  	});
    	
});