.anylinkcss{
	position:absolute;
	border:1px solid #666666;
	border-bottom-width: 1px;
	border-top-width: 0px;
	font: normal 9px Verdana;
	z-index: 200;
	background-color: #EAEFFF;
	width: 90px;
	visibility: hidden;
	color: #000066;
}

.anylinkcss a{
	width: 100%;
	display: block;
	border-top: 1px dashed #AAccff;
	padding: 5px 0;
	text-decoration: none;
	font-weight: normal;
	text-indent: 5px;
	color: #000066;
}

.anylinkcss a:hover{ /*hover background color*/
	background-color: #ffffff;
	color: #ff0000;
}
