.anylinkcss{
	position:absolute;
	visibility: hidden;
	font:normal 10px/18px Verdana;
	z-index: 100;
	background-color: #3b8eba;
	width: 200px;
	height: 20px;
	color: #000000;
	border-top: thin none;
	border-right: thin none;
	border-bottom: thin none;
	border-left: thin none;
}

.anylinkcss a{
	width: 100%;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid;
	padding: 1px;
	text-decoration: none;
	font-weight: bold;
	text-indent: 5px;
	background-color: #c5e8fe;
	color: #000000;
}

.anylinkcss a:hover{ /*hover background color*/
background-color: #bfd848;
color: #000000;
}
}
