$(document).ready(function() {
	$("ul.navigation li:last-child").addClass("lastIE");
});

