.anylinkcss
{
	position: absolute;
	visibility: hidden;
	border: 1px solid black;
	border-bottom-width: 0px;
	font-family: "Trebuchet MS", Tahoma, Verdana, Arial, sans-serif;
	font-size: 12px;
	font-style: normal;
	text-align: left;
	margin: 8px 0px 0px -9px;
	color: #000000;
	line-height: 18px;
	z-index: 100;
	background-color: #939e9e;
	width: 205px;
}

.anylinkcss a
{
	width: 100%;
	display: block;
	text-indent: 5px;
	border-bottom: 1px solid black;
	padding: 1px 0;
	text-decoration: none;
	font-weight: bold;
	text-indent: 5px;
	color: #000000;
}

.anylinkcss a:hover
{
	background-color: #79415a;
	color: #ffffff;
}