.anylinkcss {
	position: absolute;
	visibility: hidden;
	z-index: 100;
	background-color: #efccd2;
}

.anylinkcss ul {
	padding: 0px;
	list-style: none;
}

.anylinkcss li {
	display: inline;
	float: left;
}

.anylinkcss a {
	display: block;
	padding: 3px 10px 3px 10px; /* top right bottom left */
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}

.anylinkcss a:hover { /*hover background color*/
	color: #b1001c;
}

