.selectedanchor{ /*CSS class that gets added to the currently selected anchor link (assuming it's a text link)*/
background: #ffffff;
}

/* ######### Default class for drop down menus ######### */

.anylinkmenu{
position: absolute;
left: -20px;
top: 0px;
visibility: hidden;
border: 1px solid #666666;
/* border-bottom-width: 0; */
font: 10px Verdana;
line-height: 18px;
z-index: 100;
background: #ffffff;
width: 285px;
}

.anylinkmenu ul{
margin: 0;
padding: 0;
list-style-type: none;
}

.anylinkmenu ul li a{
width: 100%;
display: block;
text-indent: 5px;
/* border-bottom: 0px solid black; */
padding: 2px 0;
text-decoration: none;
font-weight: normal;
color: #333333;
}

.anylinkmenu a:hover{
background: #d5d8dc;
color: #007c85;
}
.anylinkmenu a:visited:hover{
color: #007c85;
}


/* ######### class for shadow DIV ######### */


.anylinkshadow{
position: absolute;
left: 0;
top: 0;
z-index: 99;
background: black;
visibility: hidden;
}
