.TreeMenu {                                                      /* General   */
  font-family     : Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size       : 11px;            color           : #000000;
  white-space     : nowrap;          
  background: url(../images/gradient.jpg) repeat-y left top;
  /*background-color: #eaeaea  */}

.TreeMenu a {                                                    /* Links     */
  color           : #000000;         text-decoration : none; 
  width:100%}
.TreeMenu a:hover {                                                    /* Links     */
  color           : #B54730;         text-decoration : none; } 
.TreeMenu a:hover:visited {                                                    /* Links     */
  color           : #B54730;         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     : normal;
  font-style      : normal;          padding-left    : 2px;
  padding-top     : 0px;             padding-bottom  : 2px;  
  padding-right:8px;                 width:100% ;       color:#000;}

*.Selected_0 {
  /*background-color: #B54730;*/
  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: #B54730;*/
  font-size       : 11px;            font-weight     : normal;
  font-style      : normal;
  color           : #000;         text-decoration : underline;
  padding-left    : 2px;             padding-right   : 8px;
  padding-top     : 0px;             padding-bottom  : 2px;  }

*.Item_0 a:hover {color:#000; }

*.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: #B54730;*/
  font-size       : 11px;            font-weight     : normal;
  font-style      : normal;
  padding-left    : 12px;            padding-right   : 4px;
  padding-top     : 0px;             padding-bottom  : 2px;  }

*.Node_1:hover, *.Selected_1:hover {
  /*background-color: #B54730;*/
  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: #B54730;
  padding-left    : 22px;            padding-right   : 4px;
  padding-top     : 0px;             padding-bottom  : 3px;  }

*.Node_2:hover, *.Selected_2:hover {
  background-color: #B54730;
  color           : #0000FF;         text-decoration : underline;
  padding-left    : 22px;            padding-right   : 4px;
  padding-top     : 0px;             padding-bottom  : 3px;  }

*.Item_2:hover { }

*.SubTree_0 { background: url(../images/gradient2.jpg) repeat-y left top;/*background-color: #eaeaea; */ }                      /* SubTrees  */
*.SubTree_1 { background-color: #8888FF;  }