.anylinkcss {
	position: absolute;
	visibility: hidden;
	border: 1px solid white;
	border-bottom-width: 0;
	font-size: 10px;
	font-family: 'Microsoft Sans Serif', 'Arial';
	text-transform: uppercase;
	line-height: 20px;
	z-index: 100;
	color: white;
	background-color: #635f3d;
	width: 168px;
	text-decoration: none;
}

.anylinkcss a {
	width: 100%;
	display: block;
	border-bottom: 1px solid white;
	padding: 1px 0;
	color: white !important;
	text-indent: 17px;
	text-decoration: none;
}

.anylinkcss a:hover { /*hover background color*/
	color: #e7e2b0 !important;
	text-decoration: none;
}

.anylinkcss a:visited {
	text-decoration: none;
}