$(document).ready(function(){ 
						   
    $("ul#menu").superfish({autoArrows: false, dropShadows:false }); 
		
	$(".top").click(function(e){
		$('html, body').animate({scrollTop:0}, 'slow');
		return false;
	});		
}); 
   