.anylinkcss{
	position:absolute;
	visibility: hidden;
	border-bottom-width: 0;
	line-height: 28px;
	z-index: 100;
	background-color: #DDBB9B;/* #F0DBAC;*/
	width: 190px;
	text-decoration: none;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-style: none;
}

.anylinkcss a {
	width: 100%;
	display: block;
	text-indent: 10px;
	padding: 1px 0;
	text-decoration: none;
	text-align: left;
	font-size:90%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #804042;
}
.anylinkcss a:link{ /*hover background color*/
text-decoration: none;
}


.anylinkcss a:hover{ /*hover background color*/
	background-color: #F3E7CE;
	color: white;
}
