.anylinkcss{
	position:absolute;
	visibility: hidden;
	border-bottom-width: 0;
	line-height: 18px;
	z-index: 100;
	background-color: white;
	width: 150px;
}

.anylinkcss ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
	text-align: left;
	background-color: #cedeb7;
}

.anylinkcss a{
color: #8cc63e;
width: 100%;
display: block;
text-indent: 3px;
padding: 1px 0;
text-decoration: none;
font-weight: bold;
text-indent: 5px;
}

.anylinkcss a:hover{ /*hover background color*/
text-decoration: underline;
color: black;
}
