A.menu
{
	text-decoration : none;
	color : #000099;
	font-family: Verdana;
	font-size: 12px;
	cursor: hand;	
}

A.menu:visited 
{
	text-decoration : none;
	color : #000099;
	font-family: Verdana;
	font-size: 12px;
	cursor: hand;
}

A.menu:active 
{
	text-decoration : none;
	color: #000099;
	font-family: Verdana;
	font-size: 12px;
	cursor: hand;
}

A.menu:hover 
{
	text-decoration : none;
	color: #CCCCCC;
	font-family: Verdana;
	font-size: 12px;
	cursor: hand;
}

