.selectedanchor{ /*CSS class that gets added to the currently selected anchor link (assuming it's a text link)*/
border-bottom:2px solid #ffffff;
color:#000000;
}


/* ######### Default class for drop down menus ######### */

.anylinkcss{
position: absolute;
left: 0;
top: 0;
visibility: hidden;
border-bottom-width: 0;
font-family: 'Lato', sans-serif;
font-size:0.9em;
line-height: 18px;
z-index: 1005; /* zIndex should be greater than that of shadow's below */
background: #2FB1B1;
width: 240px; /* default width for menu */
}

.anylinkcss ul{
margin: 0;
padding: 0;
list-style-type: none;
padding-top:15px;
padding-bottom:15px;
}

.anylinkcss ul li {padding-bottom:0px; text-align:left;}

.anylinkcss ul li a{
width: 100%;
display: block;
padding: 1px 0 1px 15px;
text-decoration: none;
color:#91e3e3;
line-height:20px;
text-transform:uppercase;
}

.anylinkcss a:hover{ /*hover background color*/
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;
}