.anylinkcss{
	position:absolute;
	visibility: hidden;
	border-bottom-width: 0;
	line-height: 18px;
	z-index: 100;
	background-color: #D5BE95;
	width: 150px;
	text-align: left;
	border-top-width: 2px;
	border-right-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #734835;
	border-right-color: #734835;
	border-bottom-color: #734835;
	border-left-color: #734835;
}

.anylinkcss a{
	width: 100%;
	display: block;
	padding: 1px 0;
	text-decoration: none;
	text-indent: 5px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #734835;
	color: #734835;
	font-size: 0.8em;
	font-weight: normal;
}

.anylinkcss a:hover{ /*hover background color*/
	background-color: #734835;
	color: #F6EBCF;
	font-weight: normal;
}
}

