.anylinkcss{
	position:absolute;
	visibility: hidden;
	/*border: 1px solid #52534D;*/
	border-bottom-width: 0;
	line-height: 28px;
	z-index: 100;
	background-color: #373737;
	width: 205px;
	color: white;
}

.anylinkcss a{
	/*background-color: #373737;*/
	width: 100%;
	display: block;
	text-indent: 3px;
	border: 1px solid #52534D;
	padding: 1px 0;
	text-decoration: none;
	/*font-weight: bold;*/
	text-indent: 5px;
	color: white;
}

.anylinkcss a:hover{ /*hover background color*/
	background-color: #42433D;
	color: white;
	border: 1px solid #52534D;
}
