.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;
top: 0;
visibility: hidden;
border: none;
border-bottom-width: none;
font: normal 11px Tahoma;
line-height: 18px;
z-index: 100; /* zIndex should be greater than that of shadow's below */
background: url(mfon1.jpg);
width: 135px; /* default width for menu */
text-align:left;
list-style-type:none;
}

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

.anylinkmenu ul li a{
width: 100%;
display: block;
text-indent: none;
border-bottom: 1px solid #999999;
padding: 3px 0;
text-decoration: none;
font-weight: bold;
text-indent: 6px;
}

.anylinkmenu a:hover{ /*hover background color*/
color: black;
}


.anylinkshadow{ /*CSS for shadow. Keep this as is */
position: absolute;
left: 0;
top: 0;
z-index: 60; /*zIndex for shadow*/
background: black;
visibility: hidden;
}