.anylinkcss{
	position:absolute;
	visibility: hidden;
	border:1px solid gray;
	border-bottom-width: 0;
	font:normal 12px/18px Georgia, "Times New Roman", Times, serif;
	z-index: 100;
	background-color: white;
	color: #252d47;
}

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

.anylinkcss a:hover{ /*hover background color*/
background-color: #cb0000;
color: #FFFFFF;
}
