.anylinkcss
{
	position:absolute;
	visibility: hidden;
	border:1px solid #B8A88D;
	border-bottom-width: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size:8pt;
	line-height: 18px;
	z-index: 100;
	background-color: #E9E4DC;
	width: 205px;
}

.anylinkcss a
{
	width: 100%;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid #B8A88D;
	padding: 1px 0;
	text-decoration: none;
	font-weight: bold;
	font-size:8pt;
	color: #8C653F;
	text-indent: 5px;
}

.anylinkcss a:visited{ 
	width: 100%;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid #B8A88D;
	padding: 1px 0;
	text-decoration: none;
	font-weight: bold;
	font-size:8pt;
	color: #8C653F;
	text-indent: 5px;
}


.anylinkcss a:hover{ /*hover background color*/
	background-color: #800000;
	font-size:8pt;
	color: #FFFFFF;
}

