A.Menu {
	text-decoration: none;
	font-family: Arial;
	font-size: 9pt;
	font-weight: bold;
	line-height: 120%;
	letter-spacing: 1px;
}

A.Menu:ACTIVE { color: #B8860B; 
	text-decoration: none;
	font-family: Arial;
	font-size: 9pt;
	font-weight: bold;
	line-height: 120%;
	letter-spacing: 1px;
}

A.Menu:VISITED { color: #B8860B;
	text-decoration: none;
	font-family: Arial;
	font-size: 9pt;
	font-weight: bold;
	line-height: 120%; 
	letter-spacing: 1px;
}
	
A.Menu:LINK { color: #B8860B; 
	text-decoration: none;
	font-family: Arial;
	font-size: 9pt;
	font-weight: bold;
	line-height: 120%;
	letter-spacing: 1px;
}

A.Menu:hover {
	color: #FFD700;
	text-decoration: none;
	font-family: Arial;
	font-size: 9pt;
	font-weight: bold;
	line-height: 120%;
	letter-spacing: 1px;
}

SPAN.MenuText { font-family: Arial; color: #B8860B; font-size : 9pt; font-weight : bold;	width: 1px;}

