.selectedanchor{ /*CSS class that gets added to the currently selected anchor link (assuming it's a text link)*/
background: yellow;
border:none;
outline: 0;
}

/* ######### Default class for drop down menus 1 ######### */

.anylinkmenu{
position: absolute;
left: 0;
top: 0;
visibility: hidden;
border: 0px solid black;
border-bottom-width: 0;
font-size:12px;
font-family:Arial, Helvetica, sans-serif;
line-height: 32px;
z-index: 1000; /* zIndex should be greater than that of shadow's below */
background: transparent;
width: 125px; /* default width for menu */
border:none;
outline: 0;
}

.anylinkmenu ul{
margin: 0;
padding: 0;
list-style-type: none;
border:none;
outline: 0;
}

.anylinkmenu ul li a{
width: 100%;
display: block;
border-bottom: 0px solid black;
padding: 0px 0;
text-decoration: none;
text-indent: 12px;
color:#ededed;
border:none;
outline: 0;
}

.anylinkmenu a:hover, .anylinkmenu a:active, .anylinkmenu a:focus{ /*hover background color*/
background: transparent;
color: #ffd300;
border:none;
outline: 0;
}


/* ######### Default class for drop down menus 2 ######### */

.anylinkmenu_c{
position: absolute;
left: 0;
top: 0;
visibility: hidden;
border: 0px solid black;
border-bottom-width: 0;
font-size:12px;
font-family:Arial, Helvetica, sans-serif;
line-height: 26px;
z-index: 1000; /* zIndex should be greater than that of shadow's below */
background: transparent;
width: 170px; /* default width for menu */
border:none;
outline: 0;
}

.anylinkmenu_c ul{
margin: 0px 0px 0px 0px;
padding: 0;
list-style-type: none;
border:none;
outline: 0;
}

.anylinkmenu_c ul li a{
width: 100%;
display: block;
border-bottom: 0px solid black;
padding: 0px 0;
text-decoration: none;
text-indent: 10px;
color:#7e7e80;
border:none;
outline: 0;
}

.anylinkmenu_c a:hover,.anylinkmenu_c a:active,.anylinkmenu_c a:focus{ /*hover background color*/
background: transparent;
color: #d71a1e;
font-weight: bold;
border:none;
outline: 0;
}


/* ######### Alternate multi-column class for drop down menus ######### */


.anylinkmenucols{
position: absolute;
width: 350px;
left: 0;
top: 0;
visibility: hidden;
border: 1px solid black;
padding: 10px;
font: normal 12px Verdana;
z-index: 1000; /*zIndex should be greater than that of shadow's below*/
background: #E9E9E9;
border:none;
outline: 0;
}

.anylinkmenucols li{
padding-bottom: 3px;
border:none;
outline: 0;
}

.anylinkmenucols .column{
float: left;
padding: 3px 8px;
margin-right: 5px;
background: #E0E0E0;
border:none;
outline: 0;
}

.anylinkmenucols .column ul{
margin: 0;
padding: 0;
list-style-type: none;
border:none;
outline: 0;
}



/* ######### 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;
border:none;
outline: 0;
}