.anylinkcss{
	position:absolute;
	visibility: hidden;
	border:none;
	font-family: Verdana, Arial, sans-serif, Helvetica;
	font-size: 9pt;
	line-height: 18px;
	z-index: 1000;
	background-color: white;
	width: 200px;
	padding: 0px;
	top: 0px;
}

.anylinkcss a, .anylinkcss a:visited, .anylinkcss a:active{
	width: 100%;
	display: block;
	padding-top: 5px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 5px;	
	text-decoration: none;
	font-weight: normal;
	text-indent: 5px;
	background-color: white;
	border-left: 1px solid #2467AA;
	border-right: 1px solid #2467AA;
	border-bottom: 1px solid #2467AA;
	color: #000D5B;
}

.anylinkcss a:hover{
	background-color: #F5F8FF;
	color: #282828;
	font-weight: normal;
	text-decoration: none;
	border-left: 6px solid #2467AA;
	border-color: #2467AA;  
	padding-left: 0px;
}