var $j = jQuery.noConflict();
     
$j(document).ready(function(){
	
	$j("ul#navigation_list").superfish({
	
		autoArrows: false
	
	}); 	

});