body {
  padding: 0px 0px 0px 0px;
 }

.TreeMenu {                                                      /* General   */
  /*border-top: 1px solid #fff;*/
  font-family     : Verdana, Arial, Helvetica, sans-serif;
  font-size       : 11px;
  color           : #023876;
  white-space     : nowrap;
}

.TreeMenu a {                                                    /* Links     */
  color: #023876;
  font: normal 11px/15px Verdana, Arial, Helvetica, sans-serif;
  text-decoration: none;
}

.TreeMenu img {                                                  /* Images    */
  border          : 0px;             
  vertical-align  : middle;
}

.TreeMenu a.Selected_0 {
  color: #000000;
  }

*.Node_0 {                    /* Indent=0  */
  display: block;
  padding: 3px 5px 2px 5px;
  outline: 0;
  list-style: none;
  border-bottom: 1px solid #ffffff;
  background: transparent;
  /* background: transparent url(../images/common/navArrow.gif) 0px 50% no-repeat; */
  /* padding-left    : 18px; */
  /* margin-left    : 6px; */
  }

*.Selected_0 {
  display: block;
  color: #023876;
  /* margin-left    : 6px; */
  padding: 3px 5px 2px 5px;
  outline: 0;
  list-style: none;
  background: #80EFE6;
  }

*.Node_0:hover, *.Selected_0:hover {
  color           : #023876;
  text-decoration : none;
  /* background: transparent url(../images/common/navArrow_hover.gif) 0px 50% no-repeat; */
  /*background: #80EFE6;*/
  background: #FFFED0;
}

*.Item_0:hover {
}

*.Node_1, *.Selected_1, *.Item_1 {                               /* Indent=1  */
  display: block;
  padding: 3px 5px 2px 20px;
  outline: 0;
  list-style: none;
  border-bottom: 1px solid #ffffff;
  background: transparent;
  }

*.Node_1:hover, *.Selected_1:hover {
  color           : #023876;
  text-decoration : none;
  background: #FFFED0;
  /* background: transparent url(../images/common/navArrow_hover.gif) 0px 50% no-repeat; */
  }

*.Item_1:hover { }


*.Node_2, *.Selected_2, *.Item_2 {                               /* Indent>1  */
/*  color: #64E2D63; */
  display: block;
  padding: 3px 5px 2px 35px;
  outline: 0;
  list-style: none;
  border-bottom: 1px solid #ffffff;
  background: transparent;
  /* background: transparent url(../images/common/icoGroup.gif) left 50% no-repeat; */
  }

  
*.Node_2:hover, *.Selected_2:hover {
  color: #023876;
  text-decoration: none;
  background: #FFFED0;
  /* background: transparent url(../images/common/navArrow_hover.gif) 0px 50% no-repeat; */
  }

*.Item_2:hover { }

*.Selected_0 {
  color: #023876;
  text-decoration: none;
  background: #FFFED0;
  /* background: #fff url("../images/common/arrow_hover.gif") repeat-x 0 50%; */
  }

*.Selected_1, *.Selected_2 {
  color: #023876;
  background: #FFFED0;
  /* background: transparent url(../images/common/navArrow_active.gif) 0px 50% no-repeat; */
  }

