.SiteMap
{
  border: 1px solid #FFFFFF; 
  background-color: #FFFFFF;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  padding-left: 15px;
}

.RootNode
{
  padding:4px 0 4px 4px;
  background-color:#e6e6e6;
  width:144px;  
  border-bottom:1px solid white;
}

.RootNode a
{
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: bold;   
  padding-top:20px;
  
}

.LeafNode
{
  padding:4px 0 4px 4px;
  background-color:#f2f2f2;
  width:144px;
  border-bottom:1px solid white;
}

.LeafNode a
{
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: normal;   
  padding-top:20px;  
}


