.clsNode {
font-family: verdana;
font-size: 8pt;
font-weight: bold;
text-decoration: none;
cursor: hand;
color: white;
}

.clsChild {
font-family: verdana;
font-size: 8pt;
text-decoration: none;
cursor: hand;
color: white;
}

.clsNode:hover {
text-decoration: none; 
color: #FF9933; 
background-color: #396C93
}

.clsChild:hover {
text-decoration: none; 
color: #FF9933; 
background-color: #396C93
}

