.TreeMenu {                                                      /* General   */
  font-family     : Helvetica, arial, sans-serif;
  font-size       : 13px;            color           : #5e6053;
  line-height	  :15px;	     white-space     : nowrap;  }

.TreeMenu a {                                                    /* Links     */
  color           : #105fad;         text-decoration : none; 
  line-height	  :15px;	     }

.TreeMenu img {                                                  /* Images    */
  border          : 0px;             vertical-align  : middle;   line-height	  :15px;	     }

*.Node_0, *.Selected_0, *.Item_0 {                               /* Indent=0  */
  font-size       : 13px;            font-weight     : bold;
  font-style      : normal;          padding-left    : 2px; 
  line-height	  :15px;	     }

*.Node_0:hover, *.Selected_0:hover {
  color           : #105fad;         text-decoration : underline; }

*.Item_0:hover {  line-height	  :15px;	      }

*.Node_1, *.Selected_1, *.Item_1 {                               /* Indent=1  */
  font-size       : 13px;            font-weight     : bold;
  font-style      : normal;          padding-left    : 2px;  
  line-height	  :15px;	     }

*.Node_1:hover, *.Selected_1:hover {
  color           : #105fad;         text-decoration : underline; }

*.Item_1:hover {  line-height	  :15px;	      }

*.Node_2, *.Selected_2, *.Item_2 {                               /* Indent>1  */
  padding-left    : 2px;  	     line-height	  :15px;	     }

*.Node_2:hover, *.Selected_2:hover {
  color           : #105fad;         text-decoration : underline; }

*.Item_2:hover {   line-height	  :15px;	     }

*.Selected_0, *.Selected_1, *.Selected_2 {                       /* Selected_ */
  background-color: #E0E6C8;   line-height	  :15px;	     }

