.anylinkcss{
	position:absolute;
	visibility: hidden;
	font:normal 9px/normal Verdana, Arial, Helvetica, sans-serif;
	z-index: 100;
	background-color: #F3FAFC;
	width: 120px;
	border: 1px solid #59B0CA;
	color: #59B0CA;
}
.anylinkcss a:link{
	width: 100%;
	display: block;
	text-indent: 0px;
	padding: 1px;
	text-decoration: none;
	font-weight: normal;
	text-indent: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #59B0CA;
	color: #59B0CA;
}
.anylinkcss a:hover{
	background-color: #59B0CA;
	color: white;
}
.anylinkcss a:visited {
	width: 100%;
	display: block;
	text-indent: 0px;
	padding: 1px;
	text-decoration: none;
	font-weight: normal;
	text-indent: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #59B0CA;
	color: #59B0CA;
}