.anylinkcss{
	position:absolute;
	visibility: hidden;
	line-height: 22px;
	z-index: 100;
	width: 205px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-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: #295301;
	border-right-color: #295301;
	border-bottom-color: #295301;
	border-left-color: #999965;
}

.anylinkcss a{
	color: #ffffff;
	background-color: #999965;
	width: 100%;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid gray;
	padding: 1px 0;
	text-decoration: none;
	font-weight: bold;
	text-indent: 5px;
	font-size:11px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #80904F;
}

.anylinkcss a:hover{ /*hover background color*/
	background-color: #B7B791;
}