$(function() {
    $('.removable').click(function(){
        $('.removable').hide();
    })
    $('#nav').droppy();
}
)
