table.menu
{
	position:absolute;
	visibility:hidden;
	opacity: 0.85;
	filter: alpha(opacity=85);
}

a:link.menu {color: white;}     /* unvisited link */
a:visited.menu {color: white;}  /* visited link */
a:hover.menu {color: yellow;}   /* mouse over link */
a:active.menu {color: yellow;}   /* selected link */
a.menu
{
	text-decoration: none;
	font-family: arial;
}
