.selectedanchor{color: #FFF;background: #CC0033;}
.selectedanchor {color:#FFF;}
/* ######### Default class for drop down menus ######### */

.anylinkmenu{

font-weight:normal;
position: fixed;
margin-left: -40px;

top: 0;
visibility: hidden;
border: 0px solid #e0e0e0;
border-bottom-width: 0;
line-height: 20px;
z-index: 100; /* zIndex should be greater than that of shadow's below */
background:rgba(0,0,0,0.6);
width: 180px; /* default width for menu */
}

.anylinkmenu ul{
margin: 0;
padding: 0;

list-style-type: none;
}

.anylinkmenu ul li a{
color:#fff;
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 0px solid #e0e0e0;
padding: 10px 0;
text-decoration: none;
font-weight:normal;
text-indent: 5px;
text-align:center;
}

.anylinkmenu a:hover{ /*hover background color*/
background: #CC0033;
color: white;
}

/* ######### Alternate multi-column class for drop down menus ######### */


.anylinkmenucols{
position: absolute;
width: 350px;
left: 0;
top: 0;
visibility: hidden;
border: 1px solid #e0e0e0;
padding: 10px;
z-index: 100; /*zIndex should be greater than that of shadow's below*/
background: #fff;
}

.anylinkmenucols li{
padding-bottom: 3px;
}

.anylinkmenucols .column{
float: left;
padding: 3px 8px;
margin-right: 5px;
background: #003f8a;
}

.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;
}