.anylinkcss{
	position:absolute;
	visibility: hidden;
	line-height: 30px;
	z-index: 100;
	/*background-color: #37aabf;*/
	background-color:#FFFFFF;
	width: 150px;
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #333333;
	text-align: left;
	margin-top: 2px;
	border-bottom:1px solid #333333;
	border-left:1px solid #333333;
	border-right:1px solid #333333;
}
.anylinkcss a{
	width: 100%;
	display: block;
	text-indent: 3px;
	padding: 1px 0;
	text-decoration: none;
	text-indent: 5px;
	color: #333333;
	text-transform: uppercase;
}
.anylinkcss a:hover{ /*hover background color*/
	color: #37aabf;
	text-transform: uppercase;
}