$(document).ready(function(){ 
	$("ul.sf-menu").superfish({	
		delay:         200, 
		animation:     {height:'show'}, 
		speed:         100,
		dropShadows:	false
	});
	
	$('.imagecell a').lightBox();
	
	$('#topnav ul li:first').addClass('first');
	
    }); 
