.TreeMenu {                                                      /* General   */
  font-family     : Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size       : 11px;            
  white-space     : nowrap;         
}

.TreeMenu a {                                                    /* Links     */
  text-decoration : none; }

.TreeMenu img {                                                  /* Images    */
  border          : 0px;             
  vertical-align  : middle; }

*.CreatedBy:hover {                                              /* CreatedBy */
  text-decoration : none; 
}

*.Node_0, *.Selected_0, *.Item_0 {                               /* Indent=0  */
  font-size       : 12px;            font-weight     : bold;
  font-style      : normal;          padding-left    : 2px; }

*.Node_0:hover, *.Selected_0:hover {
  text-decoration : none; }

*.Item_0:hover { }

*.Node_1, *.Selected_1, *.Item_1 {                               /* Indent=1  */
  font-size       : 12px;            font-weight     : normal;
  font-style      : normal;          padding-left    : 2px;  }

*.Node_1:hover, *.Selected_1:hover {
  text-decoration : none;}

*.Item_1:hover { }

*.Node_2, *.Selected_2, *.Item_2 {                               /* Indent>1  */
  padding-left    : 2px;  }

*.Node_2:hover, *.Selected_2:hover {
  text-decoration : none;}

*.Item_2:hover { }
