.anylinkcss {
	position: absolute;
	left: 0;
	top: 0;
	visibility: hidden;
	border-top: 1px dotted black;
	border-bottom-width: 0;
	font: normal 12px georgia;
	line-height: 18px;
	z-index: 100;
	width: 115px;;
}

.anylinkcss ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.anylinkcss ul li a {
	color: black;
	width: 100%;
	display: block;
	text-indent: 3px;
	border-bottom: 1px dotted black;
	padding: 1px 0;
	text-decoration: none;
	text-indent: 5px;
}

.anylinkcss a:hover { /*hover background color*/
	background-color: #696969;
	color: black;
}