﻿.SiteMap
{
  border: 1px solid black; 
  background-color:white;
  font-family: verdana; 
  font-size: 10px;
}

.SiteMapTableCell
{
  padding: 5px;vertical-align:top
}

.RootNode
{ 
  color: black;
  font-family: verdana; 
  font-size: 14px;
  font-weight: bold;
  padding-left:5px;
} 

.RootNode a
{ 
  color: black;
  text-decoration:none;
} 

.RootNode a:visited
{ 
  color: black;
  text-decoration:none;
} 

.RootNode a:hover
{ 
  color: maroon;
  text-decoration:underline;
} 

.ParentNode
{ 
  font-family: verdana; 
  font-size:10px;  
  padding-left:5px;
} 

.ParentNode a
{ 
  text-decoration:none;
} 

.ParentNode a:hover
{ 
  color:  Maroon;
  text-decoration:underline;
} 

.LeafNode
{ 
  font-family: verdana; 
  font-size:10px;  
  padding-left:5px;
} 

.LeafNode a
{ 
  text-decoration:none;
} 

.LeafNode a:hover
{ 
  color:  maroon;
  text-decoration:underline;
} 
.LeafNode a:visited
{ 
  text-decoration:none;
} 
