.selectedanchor { /*CSS class that gets added to the currently selected anchor link (assuming it's a text link)*/
	background:none;
}

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

.anylinkcsstop {
	position:absolute;
	left:0; top:0;
	visibility: hidden;
	z-index:100; /* zIndex should be greater than that of shadow's below */
	text-align:left; margin-left:1px;
	border:#710000 1px solid; border-bottom-width:0;
	background:#E4DEDE;
}
.anylinkcsstop ul {	
	list-style:none;
}

.anylinkcsstop ul li a {
	display:block;
	width:200px;	
	font-size:13px;
	border-bottom:#710000 1px solid;
	color:#511B00;
  text-decoration:none;
  padding:2px 0 3px 10px;
}

.anylinkcsstop a:hover { /*hover background color*/
	background:#710000;
	color:#FCFAF5; 
	text-decoration:none;
}

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

.anylinkcss {
	position:absolute;
	left:0; top:0;
	visibility: hidden;
	z-index:100; /* zIndex should be greater than that of shadow's below */
	text-align:left; margin-left:1px;
	border:#6C2300 1px solid; border-bottom-width:0;
	background:#E4DEDE;
}
.anylinkcss ul {	
	list-style:none;
}

.anylinkcss ul li a {
	display:block;
	width:200px;	
	font-size:13px;
	border-bottom:#6C2300 1px solid;
	color:#511B00;
  text-decoration:none;
  padding:2px 0 3px 10px;
}

.anylinkcss a:hover { /*hover background color*/
	background:#6C2300;
	color:#FCFAF5; 
	text-decoration:none;
}

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

.anylinkcsscols {
	position: absolute;
	left: 0;
	top: 0;
	visibility: hidden;
	border: 1px solid black;
	padding: 10px;
	font: normal 12px Verdana;
	z-index: 100; /*zIndex should be greater than that of shadow's below*/
	background: #DEFFCA;
}

.anylinkcsscols .column {
	width: 130px;
	float: left;
}

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

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

/* ######### 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:none; /*#6C2300;*/
	visibility:hidden;
}
