.anylinkcss{
	position: absolute;
	visibility: hidden;
	border: 2px solid #878b58;
	font: normal 10px Verdana;
	line-height: 18px;
	z-index: 100;
	background-color: #d0d58f;
	width: 210px;
	text-align: left;
}

.anylinkcss a{
	width: 205px;
	display: block;
	border-bottom: 1px dashed #878b58;
	padding: 0px 3px;
	text-decoration: none;
	color: #5d875b;
}

.anylinkcss a:hover{ /*hover background color*/
	background-color: #5d875b;
	color: #fff;
	font-weight: bold;
}