body {
  padding: 2px 2px 2px 0px;
  scrollbar-face-color: #FFFFFF;
  scrollbar-highlight-color: #FFFFFF;
  scrollbar-shadow-color: #999;
  scrollbar-3dlight-color: #999; 
  scrollbar-arrow-color: #990000; 
  scrollbar-track-color: #999;
  scrollbar-darkshadow-color: #FFFFFF;
}

.TreeMenu {                                                      /* General   */
  font-family     : Verdana, Arial, Helvetica, sans-serif;
  font-size       : 11px;
  color           : #000000;
  white-space     : nowrap;
}

.TreeMenu a {                                                    /* Links     */
  text-decoration: none;
  color: #5b626f;
  font: bold 11px/15px Verdana, Arial, Helvetica, sans-serif;
}

.TreeMenu img {                                                  /* Images    */
  border          : 0px;             
  vertical-align  : middle;
}


*.Node_0, *.Selected_0 {                               /* Indent=0  */
  display: block;
  margin-left    : 18px;
  padding: 3px 5px 3px 10px;
  outline: 0;
  list-style: none;
  border-top: 1px solid #e2e3d9; border-bottom: 1px solid #fff;
  background: transparent url(../images/common/navArrow.gif) 0px 50% no-repeat; }
  font-size       : 11px;
  font-weight     : bold;
  font-style      : normal;
  /* padding-left    : 18px; */
}

*.Node_0:hover, *.Selected_0:hover {
  color           : #81CAC7;
  text-decoration : none; 
  background: transparent url(../images/common/navArrow_hover.gif) 0px 50% no-repeat; }
}

*.Item_0:hover {
}

*.Node_1, *.Selected_1, *.Item_1 {                               /* Indent=1  */
  font-size       : 11px;
  font-weight     : bold;
  font-style      : normal;
  margin-left    : 18px;
  padding-left: 7px;
  background: transparent url(../images/common/icoGroup.gif) left 50% no-repeat;
}

*.Node_1:hover, *.Selected_1:hover {
  color           : #81CAC7;
  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  */
  font-size       : 11px;
  font-weight     : bold;
  font-style      : normal;
  margin-left    : 15px;
  padding-left    : 7px;
  background: transparent url(../images/common/icoGroup.gif) left 50% no-repeat; }

*.Node_2:hover, *.Selected_2:hover {
  color           : #81CAC7;
  text-decoration : none;
  background: transparent url(../images/common/navArrow_hover.gif) 0px 50% no-repeat; }

*.Item_2:hover { }

*.Selected_0, *.Selected_1, *.Selected_2                        /* Selected_ */
  { color: 99CCCC; background: transparent url(../images/common/navArrow_active.gif) 0px 50% no-repeat; }

