.TreeMenu {                                                      /* General   */
  font-family     : Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size       : 75%;
  color           : #000000;
  background-color: white;
  /*white-space     : nowrap;*/ }

.TreeMenu a {                                                    /* Links     */
  color           : #000066;
  background-color: white;
 }

.TreeMenu span {                                                    /* Links     */
  color           : black;
  background-color: white;
  text-decoration : none; }

.TreeMenu img {                                                  /* Images    */
  border          : 0px;
  vertical-align  : middle; }

*.CreatedBy:hover {                                              /* CreatedBy */
  color           : #000066;
  background-color: white;
  text-decoration : underline; }

*.Node_0, *.Selected_0, *.Item_0 {                               /* Indent=0  */
  font-weight     : bold;
  font-style      : normal;
  padding    : 10px; }

*.Node_0:visited, *.Selected_0:visited {
  color           : #000066;
  background-color: white;
  text-decoration : underline; }

*.Node_0:hover, *.Selected_0:hover {
  color           : #000066;
  background-color: white;
  text-decoration : none; }


*.Item_0:visited {
  color           : #000066;
  background-color: white;
  text-decoration : none; }

*.Item_0:hover { }

*.Item_0 a {text-decoration : none;}

*.Item_0 {font-weight: bold;}

*.Node_1, *.Selected_1, *.Item_1 {                               /* Indent=1  */
  font-weight     : bold;
  font-style      : normal;
  padding-left    : 2px;  }


*.Node_1:visited, *.Selected_1:visited {
  color           : #000066;
  background-color: white;
  text-decoration : none; }

*.Node_1:hover, *.Selected_1:hover {
  color           : #000066;
  background-color: white;
  text-decoration : none; }

*.Item_1:visited {
  color           : #000066;
  background-color: white;
  text-decoration : none; }

*.Item_1:hover { }

a.Item_1 {text-decoration : none; }

.Node_2, *.Selected_2, *.Item_2 {                               /* Indent>1  */
  padding-left    : 2px;  }

a.Node_2:visited, *.Selected_2:visited {
  color           : #000066;
  background-color: white;
  text-decoration : underline; }

a.Node_2:hover, *.Selected_2:hover {
  color           : #990000;
  background-color: white;
  text-decoration : underline; }


*.Item_2:visited {
  color           : #000066;
  background-color: white;
  text-decoration : underline; }


*.Item_2:hover { }

*.Item_2 a {text-decoration : underline; }


*.Selected_0, *.Selected_1, *.Selected_2 {                       /* Selected_ */
  /*background-color: #C0D2EC;*/ }

*.TreeMenuRoot { margin-bottom:5px;}

