body {
  padding: 2px 2px 2px 0px;
 }

.TreeMenu {                                                      /* General   */
  border-top: 1px solid #fff;
  font-family     : Verdana, Arial, Helvetica, sans-serif;
  font-size       : 11px;
  color           : #000000;
  white-space     : nowrap;
}

.TreeMenu a {                                                    /* Links     */
  text-decoration: none;
  color: #333;
  font: bold 10px/12px Verdana, Arial, Helvetica, sans-serif;
}

.TreeMenu img {                                                  /* Images    */
  border          : 0px;             
  vertical-align  : middle;
}

.TreeMenu a.Selected_0 {
  color: #fff;
  }

*.Node_0 {                    /* Indent=0  */
  display: block;
  /* margin-left    : 6px; */
  padding: 3px 5px 2px 10px;
  outline: 0;
  list-style: none;
  border-bottom: 1px solid #fff;
  /* background: transparent url(../images/common/navArrow.gif) 0px 50% no-repeat; */
  background: #ccc url("../images/background/navItemBG.gif") repeat-x 0 50%;
  /* padding-left    : 18px; */
  }

*.Selected_0 {
  display: block;
  color: #fff;
  /* margin-left    : 6px; */
  padding: 3px 5px 2px 10px;
  outline: 0;
  list-style: none;
  background: #fff url("../images/background/navItemBG_hover.gif") repeat-x 0 50%;
  }

*.Node_0:hover, *.Selected_0:hover {
  color           : #fff;
  text-decoration : none;
  /* background: transparent url(../images/common/navArrow_hover.gif) 0px 50% no-repeat; */
  background: #CC3333 url(../images/common/arrow_hover.gif) no-repeat 155px 50%;
}

*.Item_0:hover {
}

*.Node_1, *.Selected_1, *.Item_1 {                               /* Indent=1  */
  display: block;
  padding: 3px 5px 2px 15px;
  outline: 0;
  list-style: none;
  border-bottom: 1px solid #ccc;
  background: #DDD;
  }

*.Node_1:hover, *.Selected_1:hover {
  color           : #CC3333;
  text-decoration : none;
  /* background: transparent url(../images/common/navArrow_hover.gif) 0px 50% no-repeat; */
  }

*.Item_1:hover { }


*.Node_2, *.Selected_2, *.Item_2 {                               /* Indent>1  */
/*  color: #CC3333; */
  display: block;
  padding: 3px 5px 2px 25px;
  outline: 0;
  list-style: none;
  border-bottom: 1px solid #ccc;
  background: #DDD;
  /* background: transparent url(../images/common/icoGroup.gif) left 50% no-repeat; */
  }

  
*.Node_2:hover, *.Selected_2:hover {
  color           : #CC3333;
  text-decoration : none;
  /* background: transparent url(../images/common/navArrow_hover.gif) 0px 50% no-repeat; */
  }

*.Item_2:hover { }

*.Selected_0 {
  color           : #CC3333;
  text-decoration : none;
  /* background: #fff url("../images/common/arrow_hover.gif") repeat-x 0 50%; */
  background: #CC3333 url(../images/common/arrow_hover.gif) no-repeat 155px 50%;
  }

*.Selected_1, *.Selected_2 {
  /* color: 99CCCC; */
  color: #CC3333;
  background: transparent;
  /* background: transparent url(../images/common/navArrow_active.gif) 0px 50% no-repeat; */
  }

