.anylinkcss{
	position:absolute;
	visibility: hidden;
	font:normal 11px Verdana;
	line-height: 18px;
	z-index: 1;
	background-color: #cfd3e3;
	width: 205px;
	border-top: 0px solid black;
	border-right: 0px solid black;
	border-bottom: 0 solid black;
	border-left: 0px solid black;
}

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

.anylinkcss a:hover{ /*hover background color*/
background-color: #869abc;
color: white;
}
}