.anylinkcss{
position:absolute;
visibility: hidden;
border:1px solid #000033;
border-bottom-width: 0;
font:normal 10px;
line-height: 21px;
z-index: 100;
background-color: #ecf5fc;
width: 275px;
}

.anylinkcss a{
color: #2f7bbd;
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid #000033;
padding: 1px 0;
text-decoration: none;
text-indent: 5px;
}
.anylinkcss a:visited {
	color: #2f7bbd;
	text-decoration: none;
}

.anylinkcss a:hover{ /*hover background color*/
background-color: #cee8ff;
color: #006699;
}