.anylinkcss{
	position: absolute;
	visibility: hidden;
	border: 1px solid #61a4b6;
	border-bottom-width: 0;
	font: normal 12px Arial;
	line-height: 18px;
	z-index: 100;
	background-color: White;
	width: 150px;
	color: #61a4b6;
	text-align: left;
}

.anylinkcss a{
	width: 100%;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid #61a4b6;
	text-decoration: none;
	font-weight: bold;
	text-indent: 5px;
	color: #336699;
	padding-left: 0;
	padding-right: 0;
	padding-top: 1px;
	padding-bottom: 1px;
}

.anylinkcss a:hover{
	/*hover background color*/
	background-color: #cfe6eb;
	color: #333333;
}

