$(function() {
    var navButtons = '#w3o14, #w3o16, #w3o18, #w3o20';
    $(navButtons).hover(function() {
        $(this).stop().animate({'top':'-39px'});
        }, function () {
        $(this).stop().animate({'top':'0px'})
        });
});
