.selectedanchor{ 
}


.anylinkcss{
position: absolute;
left: 0;
top: 0;
visibility: hidden;
/*border: 1px solid black;*/
border-bottom-width: 0;
font: normal 11px Verdana;
line-height: 1.5;

z-index: 100; /* zIndex should be greater than that of shadow's below */
color: #B7B78A;/* old 	color: #A3A36A; */
background-color: #585740;
/* default width for menu */
text-align: left;

}

.anylinkcss ul{
margin: 0;
padding: 0;
list-style-type: none;
width: 180px; 
}

.anylinkcss ul li a {
	display: block;
	border: solid 1px #656449;/* old 2px; */
	border-left: solid 5px #423033;
	border-bottom: none;
	padding: 7px 5px;
	text-decoration: none;
	color: #B7B78A;/* old 	color: #A3A36A; */
	background-color: #585740;
}

.anylinkcss a:hover{ /*hover background color*/
	border-left: 5px solid #777657; 
	background-color: #423033; 
}

/* ######### class for shadow DIV ######### */


.anylinkshadow{ /*CSS for shadow. Keep this as is */
position: absolute;
left: 0;
top: 0;
z-index: 99; /*zIndex for shadow*/
background: black;
visibility: hidden;
}
