.anylinkcss
{
	position: absolute;
	visibility: hidden;
	border: 1px solid gray;
	border-bottom-width: 0;
	font: normal 12px Verdana;
	line-height: 18px;
	z-index: 100;
	background-color: white;
	width: 200px;
}

.anylinkcss a
{
	color: black;
	width: 170px;
	display: block;
	border-bottom: 1px solid gray;
	padding: 3px 10px;
	padding-left: 20px;
	text-indent: -10px;
	text-decoration: none;
	font-weight: bold;
}

.anylinkcss a:hover
{ /*hover background color*/
	background-color: #F8FBBD;
	color: black;
}