document.observe("dom:loaded", function(){
    if(!!(navigator.userAgent.match(/MSIE 6/))){
        $('menu-accordion').setStyle({
            marginRight: '0px'
        });
    }
});