.selectedanchor{ /*CSS class that gets added to the currently selected anchor link (assuming it's a text link)*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
}
/* ######### Default class for drop down menus ######### */
/* ######### Alternate multi-column class for drop down menus ######### */
.anylinkcsscols{
	position: absolute;
	left: 0;
	top: 0;
	visibility: hidden;
	z-index: 100;
	font-family: "arial narrow";
	font-size: 12px;
	font-style: normal;
	color: #FFF;
	filter: Alpha(Opacity=80);
	height: auto;
	width: auto;
	background-color: #FF6600;
	text-decoration: none;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	padding: 0px;
}
.column{
	width: 150px;
}
.column ul{
	list-style-type: none;
	padding: 0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}
.column ul li a{
	display: block;
	color: #FFF;
	background-color: #FF6600;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FF8533;
}
.column ul li a:hover{
	background-color: #CC0001;
	color: #FFF;
}
/* ######### class for shadow DIV ######### */


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