.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;
display:none;
font: normal 14px font-family: 'Gotham Book', arial, serif;
color:#fff;
line-height: 18px;
z-index: 100; /* zIndex should be greater than that of shadow's below */
background:url(http://www.sunmetro.net/images/dd-top.png) no-repeat top;
padding:35px 0px 0px 0px;
width: 256px; /* default width for menu */
margin:0 0 0 -84px;
text-align: left;
}

.anylinkmenu ul{
margin: 0;
padding:0;
list-style-type: none;
background:url(http://www.sunmetro.net/images/dd-botm.png) no-repeat bottom center;
padding-bottom:15px;
color:#fff;
}

.anylinkmenu ul li a{
width: 88%;
display: block;
border-bottom: 1px dashed #FFFFFF;
margin: 0px 5% 4px 7%;
padding-bottom:4px;
color:#fff;
text-decoration: none;
font-weight: bold;
}

.anylinkmenu a:hover{ /*hover background color*/
color: #00a8e7;
}
