.anylinkcss{
	position:absolute;
	visibility: hidden;
	border:1px solid #D6BD5B;
	border-bottom-width: 1px;
	font:normal 11px Arial, Helvetica, sans-serif;
	line-height: 18px;
	z-index: 100;
	background-color:#FCD230;
	width: 120px;
	margin-top:6px;
}

.anylinkcss a{
width: 100%;
display: block;
text-indent: 3px;
/*border-bottom: 1px solid #D6BD5B; */
padding: 1px 0;
text-decoration: none;
font-weight: bold;
text-indent: 10px;
}

.anylinkcss a:hover{ /*hover background color*/
background-color: #D49B24;
color:#FFFFFF;
}

