﻿$(function () {
    $("#menu li:last-child").addClass('first');
});

