.anylinkcss{
	position:absolute;
	visibility: hidden;
	border:1px solid #5f5f5f;
	border-bottom-width: 0;
	font:normal 12px ;
	line-height: 24px;
	z-index: 100;
	background-color: #eeeee0;
	width: 92px;
	text-align:left;
}

.anylinkcss a{
	width: 100%;
	display: block;
	border-bottom: 1px solid #5f5f5f;
	padding: 0;
	text-decoration: none;
	color: #3c3c3c;
	text-indent: 5px;
}

.anylinkcss a:visited{
	color: #3c3c3c;
}



.anylinkcss a:hover{ /*hover background color*/
	background-color: #b70024;
	color: white;
	text-decoration: none;
}

.viking {
	background-color: #ffc8d2;
}