jQuery(document).ready(function($){
		$("#navigation ul").children(":last-child").addClass("last"); 
  	}); 
