﻿.selectedanchor {
	/*CSS class that gets added to the currently selected anchor link (assuming it's a text link)*/
background:;
}
/* ######### 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: 1001; /*zIndex should be greater than that of shadow's below*/;
}
.anylinkmenucols li a {
	position: relative;
	top: 5px;
	color: #ffffff;
	background: #025332; /*  was e9e9e9 */
	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;
}

.anylinkmenucols li {
	padding: 0;
	/*border-bottom: 1px solid #000;*/
	display:block;
}

.anylinkmenucols .column {
	float: left;
/*padding: 3px 8px;
margin-right: 5px;
background: #E0E0E0;*/
}
.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;
}

