ul#menu_arbol, ul#menu_arbol ul {
     list-style-type: none;
     background: url(/imgs/linea_vertical.gif) repeat-y;
     padding-left: 0 !important;
  }
ul#menu_arbol li {
     padding: 0 10px;
  }
  ul#menu_arbol ul {
     margin-left: 5px;
  }
  ul#menu_arbol li {
     padding: 0 10px;
     background: url(/imgs/nodo.gif) no-repeat;
}
ul#menu_arbol li.cierre {
     background: #FFF url(/imgs/cierre.gif) left top no-repeat;
}