.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 ######### */

/*.anylinkcss{
	position: absolute;
	left: 0;
	top: 0px;
	visibility: hidden;
	border: 1px solid #ffffff;
	border-bottom-width: 0;
	font: normal 12px Verdana;
	line-height: 18px;
	z-index: 100;
	background: #4AC5F2;
	width: 200px;
	margin-top: 23px;
	text-align: left;
}*/

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

.anylinkcss li{
	border-bottom: 1px solid white;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

.anylinkcss ul li a{
	width: 100%;
	display: block;
	text-indent: 3px;
	text-decoration: none;
	font-weight: normal;
	text-indent: 5px;
	color: #FFFFFF;
	margin-bottom: 0px;
	padding: 5px;
}

.anylinkcss a:hover{ 
/*background: black;*/
color: black;
}

.anylinkcss a:visited{ 
/*background: black;*/
color: white;
}

/* 


.anylinkshadow{ 
position: absolute;
left: 0;
top: 0;
z-index: 99; 
background: black;
visibility: hidden;
}

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