.SiteMap
{
  border: 0px solid black; 
  background-color:white;
  font-family: verdana; 
  font-size: 10px;
}

.SiteMapTableCell
{
  padding: 5px;
}

.RootNode
{ 
  color: black;
  font-family: verdana; 
  font-size: 10px;
  font-weight: bold;
  padding-left:5px;
  padding-bottom:10px;
} 

.RootNode a
{ color:Black;
  text-decoration: none;
  border-bottom: 1px dashed #000000;
} 

.RootNode a:hover
{ 
  border-color: #000000;
	border-bottom-style: solid;
} 

.ParentNode
{ 
  font-family: verdana; 
  font-size:10px;  
  padding-left:5px;
  padding-bottom:7px;
} 

.ParentNode a
{ 
  color: black;
  text-decoration: none;
  border-bottom: 1px dashed #000000;
} 

.ParentNode a:hover
{ 
  border-color: #000000;
	border-bottom-style: solid;
} 

.LeafNode
{ 
  color: #DD3409;
  font-family: verdana; 
  font-size:10px;  
  padding-left:5px;
} 

.BreadcrumbsNode
{
  font-family: verdana; 
  font-size: 11px;
} 

.BreadcrumbsNode a
{ 
  color: black;
  text-decoration:none;
} 

.BreadcrumbsNode a:hover
{ 
  color: red;
  text-decoration:underline;
} 


.BreadcrumbsNode_Leaf
{
  font-size: 11px;
  font-weight: bold;
} 

.BreadcrumbsNode_Leaf a
{ 
  text-decoration:none;
  border:none;
cursor:text 
} 

.BreadcrumbsNode_Leaf a:hover
{ 
  text-decoration:none;
  border:none;
cursor:text
} 

