.anylinkcss{
	position:absolute;
	visibility: hidden;
	width: 120px;
	border:1px solid #410403;
	color: #E5B56D;
	text-align: left;
}

.anylinkcss a{
width:100%;
display: block;
text-indent: 3px;
border-bottom:2 px #410403;
padding: 1px 0;
text-decoration: none;
text-indent: 5px;
color: #E5B56D;
background-color: #5B0513;

}

.anylinkcss a:hover{ /*hover background color*/


background-color: #E5B56D;
color:#5B0513;
}

