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

.anylinkcss a{
	width: 100%;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid #BDBEEC;
	border-left: 3px solid #BDBEEC;
	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 #575785;
	color: #575785;
}