.anylinkcss
	{
	position:absolute;
	visibility: hidden;
	border:1px solid gray;
	border-bottom-width: 0;
	font-family:"Trebuchet MS";
	z-index: 100;
	background-color: #D9B790;
	}

.anylinkcss a
	{
	display: block;
	border-bottom: 1px solid #993333;
	padding: .3em .9em;
	text-decoration: none;
	background-color: #D9B790;
	}

.anylinkcss a:hover
	{
	background-color: #eee;
	color: #993311;
	}
