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


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

.anylinkcss{
position: absolute; color:#FFFFFF; text-decoration:none;
left: 0; display:block; background-image:url(../images/dropdownbkgrd.png);
display: none;
border-bottom-width: 0;
line-height: 18px;
z-index: 100; /* zIndex should be greater than that of shadow's below */
width: 200px; /* default width for menu */
}

.anylinkcss ul{
margin: 0; color:#FFFFFF;
padding: 0;
list-style-type: none; background-image:url(../images/dropdownbkgrd.png);
}

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

.anylinkcss a:hover{ /*hover background color*/
background: #112c54; color:#FFFFFF;
}


/* ######### 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: black;
display: none;
}
