   /* styles for the tree */
   SPAN.TreeviewSpanArea {
   border:1px solid black;
   width:171px;
   height:321px;
   background-image: url(../../javascript/images/Nav_Tree_BG.jpg);
   }
   
   SPAN.TreeviewSpanArea A {
        font-size: 10pt; 
        font-family: verdana,helvetica; 
        text-decoration: none;
        color: black;
		  
   }
   SPAN.TreeviewSpanArea A:hover {
        color: '#820082';
   }
      SPAN.TreeviewSpanArea A:visited {
        color: '#000000';
   }
