.anylinkcss{
	position: absolute;
	visibility: hidden;
	border-bottom-width: 0;
	font: normal 12px Verdana;
	line-height: 18px;
	z-index: 100;
	background: #4BCA07;
	text-align: left;
}

.anylinkcss a{
	width: auto;
	display: block;
	padding: 5px;
	text-decoration: none;
	font-weight: bold;
	 color:  #fff;
}

.anylinkcss a:visited {
  color: #080651;
}

.anylinkcss a:hover  {
	background: #080651;
	color:  #fff;
	border: 0;
}
