.anylinkcss{
	position:absolute;
	visibility: hidden;
	z-index: 100;
	background-color: white;
	width: 180px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-decoration: none;
	border: 1px solid #00CC66;
	padding: 5px;
	height: auto;
}

.anylinkcss a{
	color: black;
	width: 180px;
	display: block;
	text-decoration: none;
	font-weight: normal;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #00CC66;
}
.anylinkcss a:hover{ /*hover background color*/
	color: black;
	background-color: #ECFFEC;
}