.anylinkcss{
	position: absolute;
	visibility: hidden;
	border: 1px solid white;
	font-family: Arial, Tahoma, Verdana, sans-serif;
	font-size: 11px;
	line-height: 18px;
	z-index: 100;
	background-color: #004C97;
	width: 200px;
	padding: 6px;
	margin-top: 4px;
}

.anylinkcss a{
	width: 100%;
	display: block;
	padding: 1px 0px;
	text-decoration: none;
	text-indent: 5px;
	background-color: #004C97;
	color: #FFFFFF;
}

.anylinkcss a:hover{ /*hover background color*/
	width: 100%;
	display: block;
	background-color: #0055AA;
	color: #FFFFFF;
}