.TreeMenu {                                                      /* General   */
  font-family     : New Roman,Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size       : 12px;            color           : #ff0000;
  white-space     : nowrap;          background-color: #A6BE5E;  }
/*
.TreeMenu a {                                                    
  color           : #5a6718;         text-decoration : none; }*/

.TreeMenu img {                                                  /* Images    */
  border          : 0px;             vertical-align  : middle; }

*.CreatedBy:hover {                                              /* CreatedBy */
  color           : #656810;         text-decoration : underline; }

*.Node_0, *.Selected_0, *.Item_0 {                               /* Indent=0  */
  font-size       : 12px;            font-weight     : none;
  font-style      : normal;          padding-left    : 0px; 
  background-color: #A6BE5E;        text-decoration : none; color:#5a6718;       
  }

*.Node_0:hover, *.Selected_0:hover {
  color:#738345;         text-decoration : underline; }

*.Item_0:hover {color:#738345; }

*.Node_1, *.Selected_1, *.Item_1 {                               /* Indent=1  */
  font-size       : 10px;            font-weight     : normal;
  font-style      : normal;          padding-left    : 0px; padding-top    : 0px;  padding-bottom    : 0px; 
  background-color: #A6BE5E;         text-decoration : none; color:#5a6718;       
  }

*.Node_1:hover, *.Selected_1:hover {
text-decoration : none; color:#5a6718;            }

*.Item_1:hover { text-decoration : none; color:#738345;        }

*.Node_2, *.Selected_2, *.Item_2 {                               /* Indent>1  */
  font-size       : 10px;            font-weight     : normal;
  font-style      : normal;          padding-left    : 0px; padding-top    : 0px;  padding-bottom    : 0px; 
  background-color: #A6BE5E;         text-decoration : none; color:#5a6718; 
  
}

*.Node_2:hover, *.Selected_2:hover {
  text-decoration : none; color:#738345; }

*.Item_2:hover {text-decoration : none; color:#738345;  }
*.Selected_0, *.Selected_1, *.Selected_2 {                       /* Selected_ */
    color: #000000; } 

