A:VISITED {
	color : #777777;
	background : transparent;
	text-decoration : none;
}

A:HOVER {
	color : #FFFFCC;
	background : none;
	background-color : #008080;
	text-decoration : underline;
}

A:ACTIVE {
	background : none;
	color : Red;
	text-decoration : underline;
}

A:LINK {
	color : #000000;
	background : transparent;
	text-decoration : underline;
}
A:VISITED.menu {
	color : #FFFF00;
	background : transparent;
	text-decoration : none;
	font-variant : small-caps;
}

A:HOVER.menu {
	color : #FFFFFF;
	background : none;
	text-decoration : underline;
	font-variant : small-caps;
}

A:ACTIVE.menu {
	background : none;
	color : Red;
	text-decoration : underline;
	font-variant : small-caps;
}

A:LINK.menu {
	color : #FFFFCC;
	background : transparent;
	text-decoration : underline;
	font-variant : small-caps;
}
