.selectedanchor{ /*CSS class that gets added to the currently selected anchor link (assuming it's a text link)*/
background: none;
}

/* ######### Default class for drop down menus ######### */

.anylinkmenu{
position: absolute;
left: 0;
top: 20px;
visibility: hidden;
border: 0px;
border-bottom-width: 0;
line-height: 18px;
z-index: 0; /* zIndex should be greater than that of shadow's below */
background: #FFFFFF;
width: 250px; /* default width for menu */

font-family: Trebuchet, Arial, Helvetica, sans-serif;
color: #CC3366; text-decoration:none; font-weight: bold; font-size: 14px
}

.anylinkmenu ul{
margin: 0;
padding: 0;
list-style-type: none;
}

.anylinkmenu ul li a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 0px;
padding: 5px 0;
text-indent: 5px;

font-family: Trebuchet, Arial, Helvetica, sans-serif;
color: #CC3366; text-decoration:none; font-weight: bold; font-size: 14px
}

.anylinkmenu a:hover{ /*hover background color*/
background: none;
/* color: white; */

font-family: Trebuchet, Arial, Helvetica, sans-serif;
color: #FF99CC; text-decoration:none; font-weight: bold; font-size: 14px
}

/* ######### class for shadow DIV ######### 
.anylinkshadow{
position: absolute;
left: 0;
top: 0;
z-index: 99;
background: black;
visibility: hidden;
}*/
