﻿.selectedanchor {
	/*CSS class that gets added to the currently selected anchor link (assuming it's a text link)*/
	
}
	/* ######### Default class for drop down menus ######### */
	/* ######### Alternate multi-column class for drop down menus ######### */
.anylinkmenucols {
	position: absolute;
	width: 250px;
	left: 0;
	top: 0;
	visibility: hidden;
	margin: 0;
	font: normal 12px arial, sans-serif;
	z-index: 100; /*zIndex should be greater than that of shadow's below*/;
}
.anylinkmenucols li a {
	position: relative;
	top: 0px;
	color: #ffffff;
	background: #D10000;  /* was 4571 */
	display: block;
	width: 238px;
	height: 15px;
	padding: 5px;
	border-bottom: #000000 1px solid;
	border-right: #000000 1px solid;
	border-left: #000000 1px solid;
}
.anylinkmenucols li a:hover {
	color: #1A184A;
	background: #ffffff;
	text-decoration: none;
}

.anylinkmenucols li {
	padding: 0;
	display:block;
}

.anylinkmenucols .column {
	float: left;
}
.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; /*zIndex for shadow*/;
	background: black;
	visibility: hidden;
	display: none;
}

