$(document).ready(function(){

	/**
	 * Superfish Menu
	 */
	
	$("ul.sf-menu").superfish({ 
		delay:       500,
		animation:   {height:'show'},
		speed:       100,
		autoArrows:  false
	});
	
	
});
