$(document).ready(function(){
    $("ul.menu li:first-child").addClass("first-child");
});
