.selectedanchor{ /*CSS class that gets added to the currently selected anchor link (assuming it's a text link)*/

}


/* ######### Default class for drop down menus ######### */

.anylinkcss{
position: absolute;
left: 0;
top: 0;
visibility: hidden;
border: 1px solid black;
z-index: 100001; /* zIndex should be greater than that of shadow's below */
width: 250px; /* default width for menu */
margin: 0 0 0 -132px;
padding: 8px;
background-color: #FFF;
white-space: normal;
}

/* ######### class for shadow DIV ######### */


.anylinkshadow{ /*CSS for shadow. Keep this as is */
position: absolute;
left: 0;
top: 0;
visibility: hidden;
}