jQuery(function ($) {
    $('#navigation > ul > li:last').addClass('last');
});

