.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;
left:0;
top: 0;
margin-top:0px;
visibility: hidden;
/*border: 1px solid #006659;background-color:#00AB97;line-height: 51px;*/
border-bottom-width: 0;
font-family: 'Archivo Narrow', sans-serif;
font-size:12px;
filter:alpha(opacity=90);
opacity: 0.9;
-moz-opacity:0.9;
-khtml-opacity: 0.9; 
height:auto;
z-index: 100; /* zIndex should be greater than that of shadow's below */
width: 200px; /* default width for menu */
background:#3A7CCA;
}
.inner
{
  margin-left: -1px;
  margin-top:0px;
}
.anylinkmenu ul{
margin: 0;
padding: 0;
list-style-type: none;
}

.anylinkmenu ul li a{
width: 100%;
display: block;
text-indent: 3px;
/*border-bottom: 1px solid #006659;color:#FFFAFB;text-shadow: 2px 2px #006659;*/
padding: 2px 0;
text-decoration: none;
text-indent: 5px;
color: #ffffff; font-size:12px;font-weight: bold;
border-bottom:2px solid #00B4FF;
}

.anylinkmenu a:hover{ /*hover background color*/
/*background-color: #006659;*/
color: #12f7ff;
}
/* ######### class for shadow DIV ######### */

.anylinkshadow{ /*CSS for shadow. Keep this as is */

position: absolute;

left: 0;

top: 0;

z-index: 999999; /*zIndex for shadow*/

background: black;

visibility: hidden;

margin-top:1px;

margin-left:85px;
display:none;

}