    ul.tree,
    ul.tree ul {
      list-style:none;
      background: url(vline.png) repeat-y;
      margin:0;
      padding:0;
    }

    ul.tree ul {
      margin-left:10px; 
      position:relative;
    }

    ul.tree ul:before {
      content:"";
      display:block;
      width:0;
      position:absolute;
      top:0;
      bottom:0;
      left:0;
      border-left:1px solid;
    }   

    ul.tree li {
      margin:0;
      padding:0 12px; 
      font-size:15px;
      line-height:25px; 
/*      color:#369;*/
      font-weight:bod;
      position:relative;
    }
    
    ul.tree li:before {
      content:"";
      display:block;
      width:10px; 
      height:0;
      border-top:1px solid;
      position:absolute;
      top:10px;
      left:0;
    }    

    ul.tree ul li:before {
      content:"";
      display:block;
      width:10px; 
      height:0;
      border-top:1px solid;
      position:absolute;
      top:10px;
      left:0;
    }

    ul.tree ul li:last-child:before {
      background:#D8DBE2; 
      height:auto;
      top:10px; 
      bottom:0;
    }
    ul.tree li:last-child:before {
      background:#D8DBE2; 
      height:auto;
      top:10px; 
      bottom:0;
    }

a:hover {
/*    background-color: #000000; */
    COLOR: #DCDFE6; 
/*    FONT: 10pt Arial; */
    TEXT-DECORATION:none
}

a:link, a:visited, a:active {
    text-decoration:none;
    color: #000000;
}

