.anylinkcss{
	position:absolute;
	visibility: hidden;
	border-bottom-width: 0;
	line-height: 18px;
	z-index: 100;
	background-color: #382C24;
	width: 195px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #FFFFFF;
	border: 1px solid #544236;

}

.anylinkcss a:link, .anylinkcss a:active, .anylinkcss a:visited{
	width: 100%;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid #544236;
	padding: 1px 0;
	text-decoration: none;
	font-weight: bold;
	text-indent: 5px;
	color: #FFFFFF;
}

.anylinkcss a:hover{ /*hover background color*/
	background-color: #382C24;
	color: #6E829D;
}