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


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

.anylinkmenu{
	position: absolute;
	left: 0;
	top: 0;
	visibility: hidden;
	border: 1px solid #006666;
	border-bottom-width: 0;
	padding-top: 0px;
	padding-right: 5px; /*funtion with .anylinkmenu ul li a*/
	font: normal 12px Verdana;
	text-align: left; 
	line-height: 22px;
	z-index: 100; /* zIndex should be greater than that of shadow's below */
	background-color: #99CCCC;
	/*width: 0px; /* if standard width for all menues required - remove other classes widths */
}

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

.anylinkmenu ul li a{
	width: 100%;
	display: block;
	text-indent: 0px; /*funtion with .anylinkmenu*/
	padding: 0px;
	text-decoration: none;
	font-weight: normal;
	border-bottom: 1px solid #006666;
	padding-left: 5px; /*funtion with .anylinkmenu*/
	
}


.anylinkmenu a:link {
	color: #660033;
	text-decoration: none;
}
.anylinkmenu a:visited {
	color: #990000;
	text-decoration: none;
}
.anylinkmenu a:hover {
	background-color: #FFE5DB;
	color: #660033;
}
.anylinkmenu a:active {
	color: #990000;
	text-decoration: none;
}


/* ######### 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-color: #7858AC; */ /* add colour for shadow here*/
visibility: hidden;
}