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