.selectedanchor{ /*CSS class that gets added to the currently selected anchor link (assuming it's a text link)*/

color: #b30000;
//background: #2e0002;
}

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

.anylinkmenu{
color: #b30000;
position: absolute;
left: 0px;
top: 0px;
#margin-top: -130px;
margin-bottom: 230px;
padding: 0px;
visibility: hidden;
border: 1px solid black;
border-bottom-width: 0;
font: normal 12px Verdana;
line-height: 18px;
background: #fff1de;
width: 200px; /* default width for menu */
}

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

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

.anylinkmenu a:hover{ /*hover background color*/
background: #d23f22;
color: #ffffff;
}



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

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

}*/
