.anylinkcss{
	position: absolute;
	visibility: hidden;
/*	border: 1px solid #575785;
	border-bottom-width: 0;*/
	line-height: 16px;
	z-index: 100;
	background-color: #fff1b7;
	width: 160px;
}

.anylinkcss a{
	width: 100%;
	display: block;
	text-indent: 3px;
	color: #0064f9;
	FONT-FAMILY: Verdana,Helvetica; FONT-SIZE: 11px; TEXT-DECORATION: none;
	border-bottom: 1px solid #d1e3ff;
	border-left: 3px solid #d1e3ff;
	padding: 1px 0;
	text-decoration: none;
	font-weight: bold;
	text-indent: 3px;
}

.anylinkcss a:hover{ /*hover background color*/
/*	background-color: #575785;*/
	border-left: 3px solid #cf000b;
	color: #cf000b;
}