.anylinkcss{
	position:absolute;
	visibility: hidden;
	border: 1px solid #000000;
	border-bottom-width: 0;
	line-height: 16px;
	z-index: 100;
	background-color: #477EC1;
	width: 170px;
	left: 14px;
	top: 204px;
	
}

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

.anylinkcss a:hover{ /*hover background color*/
background-color: #477EC1;
color: black;
}





