/* IE 6 fixes */

.tree li .node-clicker {
    /* padding influences absolute positionning in IE6 */
    left: -20px; 
    /* first clicker in the tree is not clickable without this */
    background: url('../images/blank.gif');
}
