.anylinkcss
{
	position: absolute;
	visibility: hidden;
	border-bottom-width: 0;
	font: normal 12px Tahoma;
	line-height: 22px;
	z-index: 100;
	background-color: #D0FFD7;
	width: 245px;
}

.anylinkcss a
{
	width: 100%;
	display: block;
	text-indent: 3px;
	padding: 1px 0;
	text-decoration: none;
	text-indent: 5px;
}

.anylinkcss a:hover
{
	/*hover background color*/
	background-color: #C3FDB8;
	color: white;
}


