.anylinkcss {
	position: absolute;
	visibility: hidden;
	border: 1px solid #483127;
	border-bottom-width: 0;
	color: #554535;
	font-family: "Times New Roman", Times, serif;
	line-height: 18px;
	z-index: 100;
	background-color: #a5928f;
	width: 135px;
}
.anylinkcss a {
	width: 100%;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid #483127;
	padding: 1px 0;
	text-decoration: none;
	text-indent: 5px;
	color: #341326;
}
.anylinkcss a:hover { /*hover background color*/
	background-color: #826c68;
	color: #f6f3d3;
}
