$(document).ready(function() {
	$('#header ul').superfish();
	$('#header ul li ul li:last-child').addClass('last');				   
});
