
.clsNavNode, .clsNavNode:link, .clsNavNode:visited{ 
display: block;
margin: 0 5px 10px 5px;
text-decoration: none;
font-family: Tahoma, Arial, sans-serif;
font-size: 10px;
font-weight: 600; 
color: #336699;
cursor: default; }

.clsNavNode:hover { 
color: #003366; }

.clsNavNode:active { 
color: #990000; }

.selectedNode {
display: block;
margin: 0 5px 10px 5px;
text-decoration: none;
font-family: Tahoma, Arial, sans-serif;
font-size: 10px;
font-weight: 600; 
color: #990000;
}

img {
float: left;
display: block;
border: 0;
}
