.SiteMap                
{
  border: 0px solid #000000; 
  background-color: transparent;
}

.SiteMap td {
	background-image: url(/img/sitemap_line.gif);
	background-repeat: repeat-y;
}
.NodeText
{
  font-family: verdana; 
  font-size: 11px;  
}

.NodeText a
{
  color: #B23E3E; 
  text-decoration: none;   
}

.NodeText a:hover
{
  color: #B23E3E; 
  text-decoration: underline; 
}

.NodeDescription
{
  color: #999999; 
  font-family: verdana; 
  font-size: 11px;
}

td.RootNode
{ 
  background-image: none;
  color: black;
  font-family: verdana; 
  font-size: 10px;
  font-weight: bold;    
  padding:0px;
  padding-top:0px;
  padding-bottom:0px;
} 

.RootNode a
{ 
  color: black;
  text-decoration:none;
} 

.RootNode a:hover
{ 
  color: black;
  text-decoration:underline;
} 

.LeafNode
{ 
  color: #DD3409;
  font-family: verdana; 
  font-size:10px;  
} 

.LeafNode a
{ 
  color: #DD3409;
  text-decoration:none;
} 

.LeafNode a:hover
{ 
  color: #DD3409;
  text-decoration:underline;
} 

