.anylinkcss{
	position:absolute;
	visibility: hidden;
	border:1px solid gray;
	border-bottom-width: 0;
	line-height: 18px;
	z-index: 100;
	background-color: #FFFF00;
	width: 250px;
}

.anylinkcss a{
color: black;
display: block;
text-indent: 3px;
border-bottom: 1px solid gray;
padding: 1px 0 1px 10px;
text-decoration: none;
text-indent: -1px;
font-size: 12px;
font-family: Verdana;
}

.anylinkcss a:hover{ /*hover background color*/
background-color: #264771;
color: #ffffff;
}

