function init_ie() {
    // Fix some CSS 2.1 Selectors
    if ($$('li:first-child').length >= 1) $$('li:first-child').invoke('addClassName', 'firstchild');    
}

document.observe("dom:loaded", init_ie);
