/* TreeMenu CSS Document */
 .treeCSSClass a:link
{
   color: inherit;
   font-size: inherit;
   font-weight: inherit;
   text-decoration: none;
}

.treeCSSClass a:visited
{
   color: inherit;
   font-size: inherit;
   font-weight: inherit;
   text-decoration: none;
}

.treeCSSClass a:hover
{
  color: inherit; 
  font-size: inherit; 
  font-weight: inherit;
  text-decoration: underline;
}

.treeCSSClass a:active
{
   color: #666666;
   font-size: inherit;
   font-weight: inherit;
   text-decoration: underline;
   
}