.anylinkcss{
	position:absolute;
	visibility: hidden;
	border: 1px solid #762331;
	border-bottom-width: 0;
	line-height: 25px;
	z-index: 100;
	background-color: #680e1e;
	border-top: 1px solid #36070f;
	border-right: 1px solid #36070f;
	width: 150px;
	text-align:left;
	margin-top:8px;
	padding:10px;
}

.anylinkcss a{
	width: 100%;
	display: block;
	text-indent: 3px;
	color:#ffffff;
	text-decoration: underline;
	font-weight: normal;
	font-size:17px;
	color: #ffd585;
	font-family: georgia;
}

.anylinkcss a:hover{ 
	color: #ffffff;
	text-decoration: underline;
	font-weight: normal;
	text-indent: 3px;
	font-size:17px;
	font-family: georgia;
}

