$(document).ready(function(){

	$('#utilities li:last-child').addClass("lastchild");
	
	
	 $(".header h3 a").click(function (event) {
		 $("#index").slideToggle("slow");
		 event.preventDefault();
	 });
	 

});
