.TreeMenu {                                                      /* General   */
  font-family     : Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size       : 11px;            color           : #FFFFFF;
  /*white-space     : nowrap; */         /*background-color: #aaa9a9 */ }

.TreeMenu a {                                                    /* Links     */
  color           : #FFFFFF;         text-decoration : none; }
.TreeMenu a:hover {                                                    /* Links     */
  color           : #FFFFFF;         text-decoration : none; } 
.TreeMenu a:hover:visited {                                                    /* Links     */
  color           : #FFFFFF;         text-decoration : none; }   

.TreeMenu img {                                                  /* Images    */
  border          : 0px;             vertical-align  : middle; }


*.Node_0, *.Item_0 {                                             /* Indent=0  */
  /*background-color: #AAAAFF;*/
  font-size       : 11px;            font-weight     : bold;
  font-style      : normal;          padding-left    : 2px;
  padding-top     : 0px;             padding-bottom  : 2px;  
  padding-right:8px;                 width:100% ;       color:#FFFFFF;}

*.Selected_0 {
  background-color: #da251d;
  font-size       : 11px;            font-weight     : normal;
  font-style      : normal;
  padding-left    : 2px;             padding-right   : 8px;
  padding-top     : 0px;             padding-bottom  : 2px;  }

*.Node_0:hover, *.Selected_0:hover {
  background-color: #da251d;
  font-size       : 11px;            font-weight     : normal;
  font-style      : normal;
  color           : #FFFFFF;         text-decoration : underline;
  padding-left    : 2px;             padding-right   : 8px;
  padding-top     : 0px;             padding-bottom  : 2px;  }

*.Item_0:hover { }

*.Node_1, *.Item_1 {                                             /* Indent=1  */
  /*background-color: #9999FF;*/
  font-size       : 11px;            font-weight     : normal;
  font-style      : normal;			 width:100%;
  padding-left    : 2px;            padding-right   : 4px;
  padding-top     : 0px;             padding-bottom  : 2px;  }

*.Selected_1 {
  background-color: #da251d;
  font-size       : 11px;            font-weight     : normal;
  font-style      : normal;
  padding-left    : 2px;            padding-right   : 4px;
  padding-top     : 0px;             padding-bottom  : 2px;  }

*.Node_1:hover, *.Selected_1:hover {
  background-color: #da251d;
  font-size       : 11px;            font-weight     : normal;
  font-style      : normal;
  color           : #FFFFFF;         text-decoration : underline;
  padding-left    : 2px;            padding-right   : 4px;
  padding-top     : 0px;             padding-bottom  : 2px;  }

*.Item_1:hover { }

*.Node_2, *.Item_2 {                                             /* Indent>1  */
  background-color: #8888FF;
  padding-left    : 22px;            padding-right   : 4px;
  padding-top     : 0px;             padding-bottom  : 3px;  }

*.Selected_2 {
  background-color: #E77817;
  padding-left    : 22px;            padding-right   : 4px;
  padding-top     : 0px;             padding-bottom  : 3px;  }

*.Node_2:hover, *.Selected_2:hover {
  background-color: #E77817;
  color           : #0000FF;         text-decoration : underline;
  padding-left    : 22px;            padding-right   : 4px;
  padding-top     : 0px;             padding-bottom  : 3px;  }

*.Item_2:hover { }

*.SubTree_0 { /*background-color: #8d8d8d;*/  }                      /* SubTrees  */
*.SubTree_1 { background-color: #8888FF;  }

