.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;
visibility: hidden;
border-bottom-width: 0;
font: normal 11px Tahoma, Arial, sans-serif;
line-height: 12px;
z-index: 100; /* zIndex should be greater than that of shadow's below */
margin-top: 5px;
width: 140px; /* default width for menu */
}

.anylinkmenu ul{
margin: 0;
padding: 0;
list-style-type: none;
}

.anylinkmenu ul li a{
width: 100%;
margin-left: 12px;
display: block;
text-indent: 3px;
padding: 4px;
text-decoration: none;
font-weight: normal;
text-indent: 5px;
background: #121212;
margin-bottom: 1px;
}

.anylinkmenu a:hover{ /*hover background color*/
color: #d37d0e; text-decoration:underline;
}