.anylinkcss{
	position: absolute;
	visibility: hidden;
	font: normal 10px/18px Arial, Helvetica, sans-serif;
	z-index: 100;
	background-color: #F4CA40;
	width: 205px;
	border-top: 2px solid #F4CA40;
	border-right: 2px solid #F4CA40;
	border-bottom: 2px solid #F4CA40;
	border-left: 2px solid #F4CA40;
}

.anylinkcss a{
	width: 100%;
	display: block;
	text-indent: 3px;
	/*border-bottom: 1px solid black;*/
	padding: 1px 0;
	text-decoration: none;
	font-weight: bold;
	text-indent: 5px;
	background-color: #FDF4D7;
	color: #036;
}

.anylinkcss a:hover{ /*hover background color*/
background-color: #3279B9;
color: white;
}
}