$(document).ready(function(){ 
	//$("ul.sf-vertical").superfish({
	//	animation: {height:'show'},
	//	speed:         'fast'								  
	//	});
	
	$('.imagecell a').lightBox();	
	
	$('#topnav ul li:first').addClass('first');
    }); 
