.anylinkcss{
	position:absolute;
	visibility: hidden;
	z-index: 100;
	/*background-color: #37aabf;*/
	background-color:#FFFFFF;
	width: 200px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #333333;
	text-align: left;
	border-bottom:1px solid #333333;
	border-left:1px solid #333333;
	border-right:1px solid #333333;
}
.anylinkcss a{
	width: 100%;
	display: block;
	padding-top:8px;
	padding-bottom:8px;
	text-decoration: none;
	color: #333333;
	text-transform: uppercase;
}
.anylinkcss a:hover{ /*hover background color*/
	color: #ffffff;
	background-color:#598b3e;
}
.anylinkcss a div{
	padding-left:10px;
	padding-right:10px;
}