.anylinkcss{
	position:absolute;
	visibility: hidden;
	border-bottom-width: 1px;
	z-index: 100;
	background-color: #FFFFFF;
	width: 205px;
	font-family: Verdana;
	font-size: 9px;
	color: #000000;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: black;
	border-right-color: black;
	border-bottom-color: black;
	border-left-color: black;
	text-align: left;
}

.anylinkcss a{
	width: 100%;
	display: block;
	text-indent: 3px;
	padding: 1px 0;
	text-decoration: none;
	text-indent: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	color: #000000;
}

.anylinkcss a:hover{ /*hover background color*/
background-color: #B5DFFF;
color: #000000;
}
}

