.anylinkcss
{
	position:absolute;
	visibility: hidden;
	font: normal 12px Arial;
	line-height: 18px;
	z-index: 100;
	background-color: #ccc;
	width: 205px;
	border-left: solid 1px #ccc;
	border-right: solid 1px #ccc;
	border-bottom: solid 1px #ccc;
}

.anylinkcss a
{
	width: 100%;
	display: block;
	padding: 1px 0;
	text-decoration: none;
	background-color: #ddd;
	text-indent: 7px;
}

.anylinkcss a:hover
{ 
	/*hover background color*/
	background-color: #ddd;
	color: #990000;
}