.selectedanchor{ /*CSS class that gets added to the currently selected anchor link (assuming it's a text link)*/
	
}

/* ######### Default class for drop down menus ######### */

.anylinkmenu{
position: absolute;
left:0;
right:0;
visibility:hidden;
font: normal 12px Verdana;
line-height: 18px;
z-index: 100; /* zIndex should be greater than that of shadow's below */
color: #fde29e;
background:#FDE2AD;
width: 198px; /* default width for menu */
text-decoration: none;
border: solid 1px #000000;
font-weight:normal;
}

.anylinkmenu ul{
margin: 0;
padding: 0;
list-style-type: none;
font-family:Verdana;
font-weight:normal;
}


.anylinkmenu a:hover{ /*hover background color*/
color: #fde29e;
background:#9e7c42;
text-decoration:none;
font-weight:normal;

}
.anylinkmenu a:visited
{
width: 100%;
text-indent: 3px;
text-decoration: none;
font-family:Verdana;
font-weight:normal;

}

/* ######### class for shadow DIV ######### */
/*CSS for shadow. Keep this as is */
/*
.anylinkshadow{ 
position: absolute;
left: 0;
top: 0;
z-index: 99; 
background: black;
visibility: hidden;
}*/