.anylinkcss{
	position:absolute;
	visibility: hidden;
	width: 120px;
	border:1px solid #410403;
	color: #2b296d;
	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: #DOD2D4;
background-color: #2b296d;

}

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

background-color: #E5B56D;
color:#dod2d4;
text-decoration:none;
}

