.selectedanchor{ /*CSS class that gets added to the currently selected anchor link (assuming it's a text link)*/
background: yellow;
}

/* ######### Default class for drop down menus ######### */

.anylinkmenu{
	position: absolute;
	left: 0;
	top: 0;
	visibility: hidden;
	border-bottom-width: 0;
	line-height: 18px;
	z-index: 999;
	width: 180px; /* default width for menu */
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #ffffff;
	background-color: #a5795c;
	background-image: url(images/dropdown-bg.jpg);
}

.anylinkmenu ul{
margin: 0;
padding: 0;
list-style-type: none;
}

.anylinkmenu ul li a{
	width: 100%;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid #714c3a;
	padding: 2px 0;
	text-decoration: none;
	text-indent: 5px;
	color: #ffffff;
}

.anylinkmenu a:hover{ /*hover background color*/
	color: #ffffff;

	background-image: url(images/brownfade.png);
}



/* ######### class for shadow DIV ######### */


.anylinkshadow{ /*CSS for shadow. Keep this as is */
	position: absolute;
	left: 0px;
	top: 0;
	z-index: 899; /*zIndex for shadow*/
	background: #2c0b02;
	visibility: hidden;
}
