.selectedanchor{ /*CSS class that gets added to the currently selected anchor link (assuming it's a text link)*/
/*background: #00a78f;*/
}

/* ######### Default class for drop down menus ######### */

.anylinkcss{
	position: absolute;
	left: 0;
	top: 0;
	width: 350px; /* default width for menu */
	visibility: hidden;
	margin-top: 7px;
	border: 1px solid black;
	border-bottom-width: 0;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 0.9em;
	background: #652d8a;
	z-index: 100; /* zIndex should be greater than that of shadow's below */
}

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

.anylinkcss ul li a{
	width: 100%;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid black;
	padding: 1px 0px 1px 0px; !important
	text-decoration: none;
	text-indent: 5px;
}

.anylinkcss a:hover{ /*hover background color*/
	background: #00a78f;
	color: white;
}

/* ######### class for shadow DIV ######### */

.anylinkshadow{ 
}
