.anylinkcss{
	position:absolute;
	visibility: hidden;
	border:1px solid #ffffff;
	line-height: 22px;
	z-index: 1500;
	background-color: #008080;
	width: 250px;
}

.anylinkcss a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid #ffffff;
padding: 1px 0;
text-decoration: none;
font-weight: normal;
text-indent: 5px;
color:#ffffff;
	font-size: 12px;
	font-weight: bold;
}

.anylinkcss a:hover{ /*hover background color*/
background-color: #7fbfbf;
color: #000000;
}
