.selectedanchor{ /*CSS class that gets added to the currently selected anchor link (assuming it's a text link)*/
font-weight: normal;
color: #ea2125;   /*updated */
}

/* ######### Default class for drop down menus ######### */

.anylinkmenu{
position: absolute;
left: 0;
top: 0;
visibility: hidden;
border: 0px solid black;
border-bottom-width: 0;
font: normal 12px Verdana;  /* updated  */
line-height: 22px;
z-index: 100; /* zIndex should be greater than that of shadow's below */
/*  background: url(../images/bg-menu-sub.jpg);  */
background-color: #000000;
width: 150px; /* default width for menu */
}

.anylinkmenu ul{
margin: 0;
padding: 0;
list-style-type: none;
font: normal 12px Verdana;
}

.anylinkmenu ul li a{
width: 100%;
display: block;
/* text-indent: 3px; */
border-bottom: 0px solid black;
padding: 4px;
text-decoration: none;
font: normal 11px Verdana;
/* text-indent: 5px; */
/* background-image: url(../images/bg-menu-sub.jpg); */
background-color: #000000;
}

.anylinkmenu a:hover{ /*hover background color*/
/* background-image: url(../images/bg-menu-sub.jpg); */
background-color: #000000;
color: #ea2125;    /* updated   */

}

.anylinkcss-link-selected{ /*hover background color*/
width: 100%;
display: block;
border-bottom: 0px solid black;
padding: 4px;
text-decoration: none;
font: bold 10px Verdana;
/* background-image: url(../images/bg-menu-sub.jpg); */
}

/* ######### Alternate multi-column class for drop down menus ######### */


.anylinkcsscols{
position: absolute;
left: 0;
top: 0;
visibility: hidden;
border: 0px solid black;
padding: 10px;
font: normal 11px Verdana;
z-index: 100; /*zIndex should be greater than that of shadow's below*/
background: #DEFFCA;
}

.anylinkmenucols li{
padding-bottom: 3px;
}

.anylinkcsscols .column{
width: 130px;
float: left;
}

.anylinkmenucols .column ul{
margin: 0;
padding: 0;
list-style-type: none;
}



/* ######### class for shadow DIV ######### */


.anylinkshadow{ /*CSS for shadow. Keep this as is */
position: absolute;
left: 0;
top: 0;
z-index: 99; /*zIndex for shadow*/
visibility: hidden;
}