.selectedanchor{ /*CSS class that gets added to the currently selected anchor link (assuming it's a text link)*/

}

/* ######### Default class for drop down menus ######### */

.anylinkmenu{
position: absolute;
width: 850px;
left: 0;
top: 0;
visibility: hidden;
border: 1px solid black;
border-bottom-width: 0;
font: normal 12px Verdana;
line-height: 18px;
z-index: 100; /* zIndex should be greater than that of shadow's below */

 /* default width for menu */
}

.anylinkmenu ul{
width: 120%;
margin: 0;
padding: 2px;
float: left;
background:#895b4b ;
FONT-SIZE: 12px;
COLOR: #ffffff;
FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
TEXT-DECORATION: none;
text-align:left;
text-decoration:none;
}

.anylinkmenu ul li a{
display: block;
text-indent: 3px;
border-bottom: 1px solid black;
text-decoration: none;
font-weight: bold;
text-indent: 5px;
list-style: none;
COLOR: #ffffff;
margin: 0;
text-decoration:none;
}

.anylinkmenu a:hover{ /*hover background color*/
background: #72280d;
color: white;
text-decoration:none;
}

/* ######### Alternate multi-column class for drop down menus ######### */


.anylinkmenucols{
position: absolute;
/*width: 850px;*/
left: 0;
top: 0;
visibility: hidden;
border: 1px solid black;
padding-top: 10px;
padding-bottom: 10px;
padding-left: 0px;
font: normal 12px Verdana;
z-index: 100; /*zIndex should be greater than that of shadow's below*/
background: #E9E9E9;

}

.anylinkmenucols li a {
float:left;
padding-left: 0px;
color: #000000;
text-decoration: none;
list-style: none;
padding: 0;
margin: 0;


}
.anylinkmenucols li a:hover {
float: left;
padding-left: 0px;
color: #cc1a6f;
text-decoration: none;
list-style: none;
padding: 0;
margin: 0;



}

.anylinkmenucols.column ul {

    float: left;
    background: #E9E9E9;
    FONT-SIZE: 12px;
    COLOR: #000000;
    FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
    TEXT-DECORATION: none;
    border:none;
    margin:0;
    padding: 0px;
    padding-left: 0px;
    padding-top: 0px;

}

.anylinkmenucols.column ul a:hover{

    COLOR: #cc1a6f;
    text-decoration: 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*/
/*background: #656565;*/
visibility: hidden;
}

#m_a{

align:center;
background: #ffffff;
}





