.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-bottom-width: 0;
font-family:Arial, Helvetica, sans-serif; 
font-size:12px;
line-height: 28px;
z-index: 200; /* zIndex should be greater than that of shadow's below */
width: 240px; /* default width for menu */
}

.anylinkcss ul{
margin: 0;
padding: 0;
list-style-type: none;
}

.anylinkcss ul li a{
width: 100%;
display: block;
text-indent: 5px;
padding: 1px 0;
text-decoration: none;
font-weight: bold;
color:#ffffff;
}

.anylinkcss a:hover{ /*hover background color
background: black;
color: white;
*/
}
/* ######### 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;
visibility: hidden;
}

#content #menu li a.menu:hover { color:#ffffff; text-decoration:none; }
.anylinkcss ul li a.ma {background-color: #f3512a;}
.anylinkcss ul li a.mb {background-color: #f3512a;}
.anylinkcss ul li a:hover.ma {background-color: #231f58;}
.anylinkcss ul li a:hover.mb {background-color: #231f58;}