.anylinkcss {
	position: absolute;
	left: 0;
	top: 0;
	visibility: hidden;
	padding: 0;
	z-index: 100; /* zIndex should be greater than that of shadow's below */
	background: #fff;
	width: 200px; /* width of menu */
	}
.anylinkcss ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	background: #fff;
	}
.anylinkcss ul li a {
	width: 100%;
	color: #134c15;
	display: block;
	text-indent: 3px;
	padding: 5px 0;
	text-decoration: none;
	font-size: 75%;
	text-transform: uppercase;
	font-weight: bold;
	text-indent: 5px;
	}
.anylinkcss a:hover {
	color:#c7a174;
	}
