.anylinkcss{
	position:absolute;
	visibility: hidden;
	border:0px solid #484d52;
	border-bottom-width: 0;
	font:normal 12px Arial, Helvetica, sans-serif;
	line-height: 20px;
	z-index: 100;
	background-color: #628cb2;
	width: 190px;
}

.anylinkcss a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 0px solid #484d52;
padding: 1px 0;
text-decoration: none;
text-indent: 5px;
color:#fff;
}

.anylinkcss a:hover{ /*hover background color*/
	background-color: #d8d1c1;
	color: #000;
}
