.selectedanchor{ /*CSS class that gets added to the currently selected anchor link (assuming it's a text link)*/
background: yellow;
}

.ddheader {
	display: inline-block;
}

/* ######### Default class for drop down menus ######### */

.anylinkmenu{
position: absolute;
left: 0;
top: 0;
display: none;
border: 0px;
font: normal 11px Arial;
line-height: 18px;
z-index: 999; /* zIndex should be greater than that of shadow's below */
background-color: #BABABA;
width: 200px; /* default width for menu */
}

.anylinkmenu ul{
margin: 0;
padding: 0;
list-style-type: none;
}

.anylinkmenu ul li a{
width: 100%;
display: inline-block;
text-indent: 3px;
padding: 2px 0;
text-decoration: none;
text-indent: 5px;
color:#000;
}

.anylinkmenu a:hover{ /*hover background color*/
background: #999;
color:#FFF;
}