.selectedanchor{ /*CSS class that gets added to the currently selected anchor link (assuming it's a text link)*/
background: #999;
}

.anchorclass {
	display: block;
}

/* ######### Default class for drop down menus ######### */

.anylinkcss{
position: absolute;
left: 0;
top: 0;
visibility: hidden;
border: 0px solid black;
font-family:Verdana, Geneva, sans-serif;
font-size:10px;
color:#FFF;
line-height: 18px;
z-index: 100; /* zIndex should be greater than that of shadow's below */
background: #222;
}

