.anylinkcss{
	position:absolute;
	top: 10px;
	visibility: hidden;
	border:1px solid black;
	border-bottom-width: 0;
	font: 10px Verdana;
	z-index: 100;
	background-color: #03AE95;
	display: table-row;
	width: 150px;
}

.anylinkcss a:link,.anylinkcss a:visited{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid black;
padding: 1px 0;
text-decoration: none;
color: white;
}

.anylinkcss a:hover{ /*hover background color*/
background-color: #048773;
color: white;
}
}
