.anylinkcss {
	position:absolute;
	visibility: hidden;
	border:1px solid #FFF;
	border-bottom-width: 0;
	font:normal 12px Arial;
	line-height: 16px;
	z-index: 100;
	background-color: #96B8D6;
	width: 205px;
	text-indent:5px;
}
.anylinkcss a {
	color: #036;
	width: 100%;
	display: block;
	border-bottom: 1px solid #FFF;
	padding: 1px 0;
	text-decoration: none;
	font-weight: bold;
}
.anylinkcss a:hover { /*hover background color*/
	background-color: #C9DEED;
	color: black;
}

