.SM
{
  border:0px solid white;
  padding-left:15px;
  padding-right:15px;
  color: Black;
  background-color: transparent;
  text-decoration:none;
  font-family: verdana; 
  font-size: 10px;
}

.SM_RootNode
{ 
  color: black;
  font-family: verdana; 
  font-size: 11px;
  font-weight: bold;
  padding:7px;
  padding-top:7px;
  padding-bottom:1px;
} 

.SM_RootNode a:link, .SM_RootNode a:visited
{ 
  color: black;
  text-decoration:none;
} 

.SM_RootNode a:hover
{ 
  color: black;
  background-color: Transparent;
  text-decoration:underline;
} 

.SM_ParentNode
{ 
  color: black;
  font-family: verdana; 
  font-size:10px;   
} 

.SM_ParentNode a:link, .SM_ParentNode a:visited
{ 
  text-decoration:none;
} 

.SM_ParentNode a:hover
{ 
  color: black;
  background-color: Transparent;
  text-decoration:underline;
} 

.SM_LeafNode
{ 
  color: black;
  font-family: verdana; 
  font-size:10px;  
} 

.SM_LeafNode a:link, .SM_LeafNode a:visited
{ 
	margin: 5px;
	text-decoration:none;
	text
} 

.SM_LeafNode a:hover
{ 
  color: black;
  background-color: Transparent;
  text-decoration:underline;
} 


