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     : Arial, Verdana, Helvetica, sans-serif;
  font-size       : 11px;
  color           : #000000;
  white-space     : nowrap;
}

.TreeMenu a {                                                    /* Links     */
  text-decoration: none;
  /* color: #999; */
  font: bold 11px/15px Arial, Verdana, Helvetica, sans-serif;
}

.TreeMenu img {                                                  /* Images    */
  border          : 0px;             
  vertical-align  : middle;
}


*.Node_0, *.Selected_0 {                               /* Indent=0  */
  display: block;
  padding: 3px 5px 3px 10px;
  outline: 0;
  list-style: none;
  border-top: 1px solid #e2e3d9; border-bottom: 1px solid #fff;
  background: #f4f4ef url(../images/background/nav-secondary_item_bg_01.gif) repeat-x 0 0;
  font-size       : 11px;
  font-weight     : bold;
  font-style      : normal;
  padding-left    : 10px;
  color           : #666;
}

*.Node_0:hover, *.Selected_0, *.Selected_0:hover {
  color           : #990000;
  text-decoration : none; 
  background: #f4f4ef url(../images/background/nav-secondary_item_bg_02.gif) repeat-x 0 0;
}

*.Item_0:hover {
}

*.Node_1, *.Selected_1, *.Item_1 {                               /* Indent=1  */
  color           : #666;
  font-size       : 11px;
  font-weight     : bold;
  font-style      : normal;
  padding-left: 10px;
  background: transparent url(../images/icons/icoGroup.gif) left 50% no-repeat;
}

*.Node_1:hover, *.Selected_1, *.Selected_1:hover {
  color           : #990000;
  text-decoration : none;
  background: transparent url(../images/icons/icoGroup.gif) 0px 50% no-repeat; }

*.Item_1:hover { }

*.Node_2, *.Selected_2, *.Item_2 {                               /* Indent>1  */
  color           : #666;
  font-size       : 11px;
  font-weight     : bold;
  font-style      : normal;
  padding-left    : 10px;
  background: transparent url(../images/common/navArrow.gif) left 50% no-repeat; }

*.Node_2:hover, *.Selected_2, *.Selected_2:hover {
  color           : #990000;
  text-decoration : none;
  background: transparent url(../images/common/navArrow.gif) 0px 50% no-repeat; }

*.Item_2:hover { }


