.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 ######### */

.anylinkcss{
position: absolute;
visibility: hidden;
margin-top:-60px;
margin-right:0px;
text-align:center;
font: normal 12px;
line-height: 18px;
z-index: 100; /* zIndex should be greater than that of shadow's below */
background: none;
/*width: 200px;  default width for menu */
}



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

.anylinkcss ul li a{
display: block;
text-indent: 3px;
border-bottom: 1px solid black;
padding: 1px 0;
text-decoration: none;
font-weight: bold;
text-indent: 5px;
}

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