.anylinkcss{
	position:absolute;
	visibility: hidden;
	border:1px solid black;
	border-bottom-width: 0;
	font:normal 11px Verdana;
	color: #eabe07;
	line-height: 18px;
	z-index: 100;
	background: #28231f;
	width:180px;
	left: 0px;
	top: 55px;margin:4px 0 0 0;
}

.anylinkcss a{
display: block;
border-bottom: 1px solid black;
padding: 1px 0;
text-decoration: none;
font-weight: bold;
text-indent: 5px;

}

.anylinkcss a:hover{ /*hover background color*/
background: #a27f5b!important;
color: #eabe07;
}

