
.anylinkcss{
	position			:absolute;
	visibility			: hidden;
	border				:1px solid #C0C0C0;
	font				:normal 9pt Verdana;
	line-height			: 12px;
	z-index				: 100;
	background-color	: #042057 ;
	width				: 185px;
}

.anylinkcss a{
	width				: 185px;
	display				: block;
	padding				: 3px 0;
	text-decoration		: none;
	font-weight			: bold;
	text-indent			: 5px;
}

.anylinkcss a:hover{ 
	background-color	: #042057 ;
	color				: white;
	width				: 185px;
	display				: block;
	padding				: 3px 0;
}