.anylinkcss{
	position: absolute;
	visibility: hidden;
	border:1px solid #579ead;
	border-bottom-width: 0;
	font:normal 12px Verdana;
	line-height: 18px;
	z-index: 100;
	background-color: #bbdce2;
	width: 120px;
	clip: rect(2px,auto,auto,auto);
}

.anylinkcss a{
	width: 100%;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid #579ead;
	padding: 1px 0;
	text-decoration: none;
	font-weight: bold;
	text-indent: 1px;
	color: #045566;
}

.anylinkcss a:hover{ /*hover background color*/
	background-color: #579ead;
	color: #FFFFFF;
}