.TreeMenu {                                                      /* General   */
font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size       : 8pt;            
	color: #1B191A;
  background-color: #FFFFFF;  
  padding-left    : 5px;
  	line-height: 10px;}

.TreeMenu a {                                                    /* Links     */
          text-decoration : none; }

.TreeMenu img {                                                  /* Images    */
  border          : 0px;             vertical-align  : middle; }

*.CreatedBy:hover {                                              /* CreatedBy */
  color           : #E32024;         text-decoration : underline; }

*.Node_0, *.Selected_0, *.Item_0 {                               /* Indent=0  */
  font-size       : 8pt;          color           : #6f6fb3;   font-weight     : bold;
  font-style      : normal;          padding-left    : 2px; }

*.Node_0:hover, *.Selected_0:hover {
  color           : #E32024;         text-decoration : underline; }

*.Item_0:hover { }

*.Node_1, *.Selected_1, *.Item_1 {                               /* Indent=1  */
  font-size       : 8pt;            font-weight     : bold;
  font-style      : normal;          padding-left    : 2px; color           : #666666; }

*.Node_1:hover, *.Selected_1:hover {
  color           : #E32024;         text-decoration : underline; }

*.Item_1:hover { }

*.Node_2, *.Selected_2, *.Item_2 {                               /* Indent>1  */
 font-size       : 8pt; padding-left    : 2px; color           : #666666;
 font-weight     : normal; }

*.Node_2:hover, *.Selected_2:hover {
  color           : #E32024;         text-decoration : underline; }

*.Item_2:hover { }

*.Selected_0, *.Selected_1, *.Selected_2 {                       /* Selected_ */
  background-color: #FFFFFF; }
