.anylinkcss{
	position:absolute;
	visibility: hidden;
	border:1px solid grey;
	border-bottom-width: 0;
	line-height: 14px;
	z-index: 100;
	width: 135px;
}

.anylinkcss a{
	width: 100%;
	display: block;
	text-indent: 2px;
	border-bottom: 1px solid grey;
	padding: 1px 0;
	text-decoration: none;
	font-weight: bold;
	text-indent: 5px;
	background-color: #0F0F0F;
	color: grey;
}

.anylinkcss a:hover{ 
	background-color: black;
	color: white;
}

.quicklink{
	position:absolute;
	visibility: hidden;
	border:1px solid red;
	border-bottom-width: 2;
	line-height: 14px;
	z-index: 100;
	width: 140px;
}

a.quicklink {
	color: grey;
	font-weight: bold;
	text-decoration: none;
}
a.quicklink:hover {
	color: green;
}


