
	.anylinkcss {
	position: absolute;
	visibility: hidden;
	border: 1px solid black;
	border-bottom-width: 0;
	font-family: Verdana, Arial;
	font-weight: bold;
	font-size: 12px;
	line-height: 18px;
	z-index: 100;
	background-color: #E9FECB;
	}
	
	.anylinkcss a {
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid black;
	padding: 1px 0;
	font-family: Verdana, Arial;
	font-weight: bold;
	font-size: 10px;
	color: #0076BF;
	text-indent: 5px;
	text-decoration: none;
	}
	
	.anylinkcss a:hover { /*hover background color*/
	background-color: #A7B6BE;
	font-family: Verdana, Arial;
	font-weight: bold;
	font-size: 10px;
	color: #FFF;
	text-indent: 5px;
	text-decoration: none;
	}