$(document).ready(function(){
	$('#altmenu').superfish({
		delay: 400,
		animation:  {opacity:'show'},
		autoArrows: false
	});
});		
