.anylinkcss{
	position:absolute;
	visibility: hidden;
	border:1px Solid White;
	font:normal 11px Arial;
	color:#000099;
	z-index: 100;
	background-color: #113B6C;
	width: 250px;
}

.anylinkcss a{
	color: #ffffff;
	width: 100%;
	display: block;
	text-indent: 3px;
	border-bottom: 0px;
	padding: 1px;
	text-decoration: none;
	font-weight: bold;
	text-indent: 5px;
}

.anylinkcss a:hover{
	 /*hover background color*/
	background-color: #EBAB00;
	color: #002D62;
}