$(document).ready(function(){ 
	$("ul.sf-menu").superfish({
		delay: 500,
        animation: {opacity:'show'},
        speed: 'fast'           
        }); 
	$("#top li:first").addClass("first");
	
    }); 