jQuery.noConflict();
// Custmositaion of menu
jQuery(function($){
    // delette the background of last ul#menu li
    $('ul#menu li:last').css('background-image', 'none');
});

