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

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

.anylinkmenu{
	position: absolute;
	left: 0;
	top: 0;
	visibility: hidden;
	border: 1px solid #145252;
	padding-top: 0px;
	padding-right: 4px;
	font: normal 12px Verdana;
	line-height: 18px;
	z-index: 100; /* zIndex should be greater than that of shadow's below */
	background: #86c0c0;
	width: 220px; /* default width for menu */
}

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

.anylinkmenu ul li a{
	width: 100%;
	display: block;
	text-indent: 3px;
	padding: 0px;
	text-decoration: none;
	font-weight: normal;
	text-indent: 5px;
	border-bottom: 1px solid #145252;
	padding-right: 4px;
}

.anylinkmenu a:hover{ /*hover background color*/
background: #D1FFF0;
color: #990000;

}


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

.anylinkshadow{ /*CSS for shadow. Keep this as is */
position: absolute;
left: 0;
top: 0;
z-index: 99; /*zIndex for shadow*/
background: 0; /* add colour for shadow here*/
visibility: hidden;
}
