.anylinkcss
	{
	/*opacity				: 50%;*/
	position			: absolute;
	padding				: 0;
	visibility			: hidden;
	border				: 1px solid #5d7580;
	font				: normal 10px Verdana;
	line-height			: 15px;
	z-index				: 999;
	background-color	: #fefefe;
	width				: 205px;
	}

.anylinkcss  a:visited, .anylinkcss a:link
	{
	
	width				: 100%;
	display				: block;
	text-indent			: 0px;
	border-bottom		: 1px solid #ffffff;
	padding				: 0;
	text-decoration		: none;
	font-weight			: normal;
	color				: #5d7580;
	}

.anylinkcss a:hover
	{ /*hover background color*/
	background-color	: #5d7580;
	color				: white;
	}

.anylinkcss span
	{
	width				: 10px;
	}
