.anylinkcss{
	position:absolute;
	visibility: hidden;
	border:1px solid grey;
	border-bottom-width: 0;
	font:normal 11px Arial;
	line-height: 18px;
	color:#231f20;
	z-index: 100;
	background-color: #bbc9d5;
	width: 150px;
	text-align: left;
}

.anylinkcss a{
	width: 100%;
	display: block;
	text-indent: 5px;
	border-bottom: 1px solid black;
	padding: 1px 0;
	text-decoration: none;
	font-weight: bold;
	color:#231f20;
	text-indent: 5px;
	text-align: left;
}

.anylinkcss a:hover{ /*hover background color*/
	background-color: black;
	color: white;
	text-align: left;
}
}