.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: 0px;
	border-bottom-width: 0;
	font: normal 11px Arial;
	line-height: 17px;
	z-index: 100; /* zIndex should be greater than that of shadow's below */
background-image: url(../imageswhite_transparent.png)
width: 124px; /* default width for menu */
	padding-bottom: 8px;
	padding-top: 5px;
	padding-right: 5px;
}

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

.anylinkmenu ul li a{
width: 100%;
display: block;
text-indent: 3px;
padding: 0px 5px 0 15px;
text-decoration: none;
font-weight: bold;
text-indent: 5px;
color: #4d4848;
}

.anylinkmenu a:hover{ /*hover background color*/

color: #9e0b0f;
}
