
.anylinkcss{
	background-color: #fde9a0;
	color: #4b2e1e;
	border:1px #c08632 solid;
	position:absolute;
	visibility: hidden;
	font: normal 10px Georgia, "Times New Roman", Times, serif;
	line-height: 18px;
	z-index: 100;
	width: 250px;
}

.anylinkcss a{
	font-size: 11px;
	width: 100%;
	display: block;
	text-indent: 3px;
	border-bottom: 0;
	padding: 1px 0;
	text-decoration: none;
	
	text-indent: 5px;
	color: #4d3914;
}

.anylinkcss a:hover{ /*hover background color*/
	background-color: #bc8437;
	color: #fde9a0;
}




