.selectedanchor{ /*CSS class that gets added to the currently selected anchor link (assuming it's a text link)*/
	background: none;
}


/* ######### Default class for drop down menus ######### */

.anylinkcss {
	position: absolute;
	left: 0; top: 0;
	visibility: hidden;
	border: 1px solid #7396b0; border-bottom: none;
	font-family: Verdana, Arial, Helvetical, Sans-Serif;
	text-transform: none; font-size: 71%; text-align: left; 
	z-index: 100; /* zIndex should be greater than that of shadow's below */
	background: #FFF;
	/* width: 180px; default width for menu */
}

.anylinkcss ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.anylinkcss li { display: inline; }

.anylinkcss ul li a {
	display: block;
	border-bottom: 1px solid #7396b0;
	text-decoration: none; font-weight: normal;
	color: #7396b0;
	padding: 7px 34px 6px 10px;  margin: 0;
}

.anylinkcss a:hover,
.anylinkcss a:active { /*hover background color*/
	display: block;
	border-bottom: 1px solid #7396b0;
	text-decoration: none; font-weight: normal;
	color: #FFF;
	background: #FD5828;
	padding: 7px 34px 6px 10px; margin: 0;
}

/* ######### Alternate multi-column class for drop down menus ######### */


.anylinkcsscols {
	position: absolute;
	left: 0; top: 0;
	visibility: hidden;
	border: none;
	padding: 0;
	font-family: Verdana, Arial, Helvetical, Sans-Serif;
	text-transform: none; font-size: 55%; text-align: left; line-height: 135%;
	z-index: 100; /*zIndex should be greater than that of shadow's below*/
	background: #e1eaf2;
}

.anylinkcsscols .column {
	width: 155px;
	float: left;
}

.anylinkcsscols .column ul,
.anylinkcsscols ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.anylinkcsscols .column li {
	padding: 3px 5px 3px 12px;
	border-bottom: 1px solid #FFF;
}
.anylinkcsscols li { 
	padding: 3px 5px 3px 5px;
	border-bottom: 1px solid #FFF;
}

.anylinkcsscols li a { 
	text-decoration: none; color: #7496B1;
}
.anylinkcsscols li a:hover { color: #FD5828; background: #e1eaf2; }

/* ######### 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;
}