.Header
{
  font-family: tahoma; 
  font-size: 12px;
  padding: 5px; 
  cursor: default; 
}

.SiteMap
{
  font-family: tahoma; 
  font-size: 11px;
  padding-left:15px;
}

.RootNode
{ 
  color: Black;
  font-family: tahoma; 
  font-size: 12px;
  padding:7px;
  padding-top:7px;
  padding-bottom:1px;
} 

.RootNode a
{ 
  color: Black;
  text-decoration:none;
} 

.RootNode a:hover
{ 
  color: Black;
  text-decoration:underline;
} 

.ParentNode
{ 
  font-family: tahoma; 
  font-size:11px;  
} 

.ParentNode a
{ 
  color: Black;
  text-decoration:none;
} 

.ParentNode a:hover
{ 
  color: Black;
  text-decoration:underline;
} 

.LeafNode
{ 
  color: #0072bc;
  font-family: tahoma; 
  font-size:11px;  
} 

.LeafNode a
{ 
  color: #0072bc;
  text-decoration:none;
} 

.LeafNode a:hover
{ 
  color: #ff9000;
  text-decoration:underline;
} 

