.clsMenu {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size : 14px;
	text-decoration : none;
}
.clsMenu:hover {
	color: #FFEFBF;
	font-size : 14px;
	text-decoration : underline;
}

.clsMenu:active {
	color: #DE2021;
	background-color: #FFFFFF;
	font-size : 14px;
	text-decoration : underline;
}

.clsNode {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size : 12px;
	text-decoration : none;
}
.clsNode:hover {
	color: #FFEFBF;
	font-size : 12px;
	text-decoration : underline;
}

.clsNode:active {
	color: #DE2021;
	background-color: #FFFFFF;
	font-size : 12px;
	text-decoration : underline;
}