body {
  padding: 0px 0px 2px 0px;
 }

.TreeMenu {                                                      /* General   */
  color           : #666;
  white-space     : nowrap;
  /* border-top: 1px solid #fff; */
  font-family     : Verdana, Arial, Helvetica, sans-serif;
  font-size       : 11px;
}

.TreeMenu a {                                                    /* Links     */
  font: normal 11px/13px Verdana, Arial, Helvetica, sans-serif;
  text-decoration: none;
}
.TreeMenu a.Node_0 {
  color: #666;
  }

.TreeMenu img {                                                  /* Images    */
  border          : 0px;             
  vertical-align  : middle;
}

*.Node_0 {                    /* Indent=0  */
  color: #666;
  background: #ffffff;
  display: block;
  padding: 3px 5px 2px 10px;
  outline: 0;
  list-style: none;
  border-bottom: 1px solid #f1f1f1;
}

*.Selected_0 {
  color: #000000;
  background: #d6d6d6;
  display: block;
  padding: 3px 5px 2px 10px;
  outline: 0;
  list-style: none;
  border-bottom: 1px solid #fff;
}

*.Node_0:hover, *.Selected_0:hover{
  color: #000000;
  background: #d6d6d6;
  text-decoration : none;
}

*.Item_0:hover {}

*.Node_1, *.Item_1 {                               /* Indent=1  */
  color: #666;
  background: #fff;
  display: block;
  padding: 3px 5px 2px 15px;
  outline: 0;
  list-style: none;
  border-bottom: 1px solid #ccc;
}

*.Selected_1 {                               /* Indent=1  */
  color: #000;
  background: #d6d6d6;
  display: block;
  padding: 3px 5px 2px 15px;
  outline: 0;
  list-style: none;
  border-bottom: 1px solid #ccc;
}

*.Node_1:hover, *.Selected_1:hover {
  color: #000;
  background: #d6d6d6;
  text-decoration: none;
}

*.Item_1:hover { color:#fff;}


*.Node_2, *.Selected_2, *.Item_2 {                               /* Indent>1  */
  background: #DDD;
  display: block;
  padding: 3px 5px 2px 25px;
  outline: 0;
  list-style: none;
  border-bottom: 1px solid #ccc;
}
  
*.Node_2:hover, *.Selected_2:hover {
  color           : #CC3333;
  text-decoration : none;
}

*.Item_2:hover { }
