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