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