.anylinkcss{
	position: absolute;
	visibility: hidden;
	border-bottom-width: 0;
	font: normal 11pt Arial, Helvetica, sans-serif;
	line-height: 15pt;
	z-index: 100;
	width: 220px;
	text-align: left;
	background-color: #FFFFCC; 
	/*	border: 1px solid black;	
	*/
}

.anylinkcss a{
width: 100%;
height:20px;
vertical-align:middle;
display: block;
text-indent: 3px;
border-bottom: 1px dotted gray;
padding: 1px 0;
text-decoration: none;
font-weight:bold;
	font: normal 11pt Arial, Helvetica, sans-serif;
}

.anylinkcss a:hover{ /*hover background color*/
background-color: #446DB5;
color: white;
}
