/*A.clsCoolNodeL1 {
	FONT-SIZE: 11px;
	FONT-FAMILY: tahoma,sans-serif;
	COLOR: #000000;
	TEXT-DECORATION: none;
	text-align: left;
	width: 122px;
	padding-left: 10px;
	font-weight : bold;
}
.clsCoolNodeL1:hover {
	COLOR: #000000;
	TEXT-DECORATION: underline;
	cursor: hand;
	text-align: left;
	height: 20px;
	width: 122px;
	padding-left: 10px;
	font-weight : bold;
}

.clsNode, clsNode:LINK, clsNode:VISITED {
	background-image : url(/moduler/menu/gfx/mnupktbg.gif);
	background-position : left bottom;
	background-repeat : no-repeat;
	COLOR: white;
	TEXT-DECORATION: none;
	cursor: hand;
	text-align: center;
	height: 20px;
	width: 122px;
	line-height: 20px;
	font-weight : bold;
}

.clsNode:HOVER, clsNode:ACTIVE {
	background-image : url(/moduler/menu/gfx/mnupktbg.gif);
	background-position : left bottom;
	background-repeat : no-repeat;
	COLOR: white;
	TEXT-DECORATION: underline;
	cursor: hand;
	text-align: center;
	height: 20px;
	width: 122px;
	line-height: 20px;
	font-weight : bold;
}
*/
A
{
	text-decoration : none;
	color : #000000;
	font-family: Verdana;
	font-size: 11px;
	cursor: hand;	
}

A:visited 
{
	text-decoration : none;
	color : #000000;
	font-family: Verdana;
	font-size: 11px;
	cursor: hand;
}

A:active 
{
	text-decoration : none;
	color: #184693;
	font-family: Verdana;
	font-size: 11px;
	cursor: hand;
}

A:hover 
{
	text-decoration : none;
	color: #CCCCCC;
	font-family: Verdana;
	font-size: 11px;
	cursor: hand;
}
