.anylinkcss{
	position:absolute;
	visibility: hidden;
	border-bottom-width: 0;
	line-height: 18px;
	z-index: 100;
	background-color: #87A98E;
	width: 200px;
	text-align: left;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #87A98E;
	border-right-color: #87A98E;
	border-bottom-color: #87A98E;
	border-left-color: #87A98E;
	margin-left: 1px;
}

.anylinkcss a{
	width: 100%;
	display: block;
	text-indent: 3px;
	padding: 1px 0;
	text-decoration: none;
	text-indent: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #87A98E;
	color: #FFFFFF;
	font-size: 0.8em;
	background-color: #87A98E;
}

.anylinkcss a:hover{ /*hover background color*/
	background-color: #FFFFFF;
	color: #87A98E;
}
