.selectedanchor{ /*CSS class that gets added to the currently selected anchor link (assuming it's a text link)*/
background: white;
color:#000;
padding:15px 10px 15px 10px;
}

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

.anylinkmenu{
position: absolute;

visibility: hidden;
line-height: 20px;
z-index: 100; /* zIndex should be greater than that of shadow's below */

width: 200px; /* default width for menu */
}

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

.anylinkmenu ul li a{
width: 100%;
display: block;
text-decoration: none;
text-indent: 10px;
color:#000;
font-size:10px;
font-family:Arial, Helvetica, sans-serif;
padding: 0 0 0 0;
}

.anylinkmenu a:hover{ /*hover background color*/
text-decoration: underline;
color:#000;
padding: 0 0 0 0;
}

/* ######### Alternate multi-column class for drop down menus ######### */





/* ######### class for shadow DIV ######### */


.anylinkshadow{ /*CSS for shadow. Keep this as is */
position: absolute;
left: 0;
top: 0;
z-index: 99; /*zIndex for shadow*/
background: white;
visibility: hidden;
margin-top:3px;
}
