.selectedanchor{ /*CSS class that gets added to the currently selected anchor link (assuming it's a text link)*/
	font-family: "Times New Roman", Times, serif;
	color: #FFFFFF;
	background-color: #999999;
	font-size: 20px;
	text-decoration: none;
	text-align: center;
}

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

.anylinkmenu{
	position: absolute;
	left: 0;
	top: 0;
	visibility: hidden;
	z-index: 100;
	width: 200px; /* default width for menu */
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	color: #FFFFFF;
	background-color: #CCCCCC;
	text-decoration: none;
}

.anylinkmenu ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
	background-color: #999999;
	text-decoration: none;
}

.anylinkmenu ul li a{
	width: 100%;
	padding: 2px 0;
	text-decoration: none;
	text-indent: 5px;
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	background-color: #CCCCCC;
}

.anylinkmenu a:hover{ /*hover background color*/
	color: #FFFFFF;
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	background-color: #999999;
	text-decoration: underline;
}
.anylinkmenu a:visited {
	font-family: "Times New Roman", Times, serif;
	color: #FFFFFF;
	background-color: #999999;
}
.anylinkmenu a:link {
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	color: #FFFFFF;
	text-decoration: underline;
	background-color: #999999;
	text-align: center;
}

/* ######### Alternate multi-column class for drop down menus ######### */


.anylinkmenucols{
	position: absolute;
	width: 350px;
	left: 0;
	top: 0;
	visibility: hidden;
	border: 1px solid black;
	padding: 10px;
	z-index: 100;
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	background-color: #CCCCCC;
	text-decoration: underline;
}

.anylinkmenucols li{
padding-bottom: 3px;
}

.anylinkmenucols .column{
	float: left;
	padding: 3px 8px;
	margin-right: 5px;
	background-color: #999999;
}

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



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


.anylinkshadow{ /*CSS for shadow. Keep this as is */
	position: absolute;
	left: 0;
	top: 0;
	z-index: 99;
	visibility: hidden;
	background-color: #CCCCCC;
}

