.anylinkcss{
	position: absolute;
	visibility: hidden;
	border: 0px solid white;
	border-bottom-width: 0;
	font: normal 9px Verdana;
	z-index: 100;
	background-color: #white;
	width: 205px;
	line-height: 10px;
}

a.anylinkcss, a:link.anylinkcss {
width: 100%;
display: block;
border: 0px solid white;
padding: 0px 0;
text-decoration: none;
font-weight: none;
text-indent: 5px;
color: black;
font:normal 9px Verdana;
}

a:hover.anylinkcss { /*hover background color*/
background-color: white;
color: red;
}
}