.anylinkcss {
	position: absolute;
	visibility: hidden;
	z-index: 500;
	width: 170px;
	margin-left: 110px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
	line-height: 1.6em;
	background-color: #32631e;
	border: 1px solid #1c460c;
	border-bottom-width: 0;
}

.anylinkcss a {
	display: block;
	width: 100%;
	color: #fff;
	padding: 1px 0;
	text-indent: 10px;
	text-decoration: none;
	border-bottom: 1px solid #1c460c;
}

.anylinkcss a:hover {
	background-color: #6594c4;
	text-decoration: none;
}

.anylinkcssAlt {
	position: absolute;
	visibility: hidden;
	z-index: 500;
	width: 170px;
	margin-left: 85px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
	line-height: 1.6em;
	background-color: #32631e;
	border: 1px solid #1c460c;
	border-bottom-width: 0;
}

.anylinkcssAlt a {
	display: block;
	width: 100%;
	color: #fff;
	padding: 1px 0;
	text-indent: 10px;
	text-decoration: none;
	border-bottom: 1px solid #1c460c;
}

.anylinkcssAlt a:hover {
	background-color: #6594c4;
}


