.selectedanchor { }

.anylinkcss{
	position: absolute;
	left: 0;
	top: 0;
	visibility: hidden;
	border: 1px solid #C7B299;
	border-bottom-width: 0;
	line-height: 18px;
	z-index: 100;
	background: White;
	width: 160px;
}

.anylinkcss ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.anylinkcss ul li a{
	width: 100%;
	display: block;
	border-bottom: 1px solid #C7B299;
	padding: 4px 0px 4px;
	text-decoration: none;
	text-indent: 10px;
}

.anylinkcss a:hover{ /*hover background color*/
	background: #736356;
	color: White;
}

.anylinkshadow{ /*CSS for shadow. Keep this as is */
	position: absolute;
	left: 0;
	top: 0;
	z-index: 99; /*zIndex for shadow*/
	background: black;
	visibility: hidden;
}
