a:link {
	color: <? echo $text_on_menu; ?>;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: <? echo $text_on_menu; ?>;
}
a:hover {
	text-decoration: underline;
	color: #0000CC;
}
a:active {
	text-decoration: none;
	color: #0000CC;
}
