window.addEvent('load', function(){
    $$('#sw_tree_1 a').addEvents({
        'mouseover':  function(ev){this.tween('background-color','#070');},
        'mouseleave': function(ev){if(! this.hasClass('current')) this.tween('background-color','#090');}
    });
});
