.anylinkcss{
	position:absolute;
	visibility: hidden;
	font:normal 10px Verdana;
	line-height: 18px;
	z-index: 100;
	background-color: #EEEEEE;
	width: 150px;
	border-top: 1px solid #D8D8D8;
	border-right: 1px solid #D8D8D8;
	border-bottom: 0 solid #D8D8D8;
	border-left: 1px solid #D8D8D8;

}

.anylinkcss a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid #D8D8D8;
padding: 1px 0;
text-decoration: none;
font-weight: normal;
text-indent: 5px;
color: #2C394B;
}

.anylinkcss a:hover{ /*hover background color*/
background-color: #97312F;
color: white;
text-decoration: none;
}
}