.menuanchorclass {
	text-decoration: none;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	display: inline;
	text-align: center;
	background-color: #FFF;
	width: 9.3em;
	padding-top: 50px;
	padding-bottom: 5px;
	border-right-width: 1px;
	border-right-style: inset;
	border-right-color: #CCC;
	padding-right: 3px;
	padding-left: 3px;
	float: left;
}
.selectedanchor{ /*CSS class that gets added to the currently selected anchor link (assuming it's a text link)*/
	color: #000;
	background-color: #FCFCFC;
	text-decoration: none;
}

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

.anylinkmenu{
	position: absolute;
	left: 0;
	top: 0;
	visibility: hidden;
	border-bottom-width: 0;
	line-height: 13px;
	z-index: 100; /* zIndex should be greater than that of shadow's below */
	width: auto; /* default width for menu */
	background-color: #999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000;
	border: 1px;
	border-style: solid;
	border-color: #000;
	letter-spacing: 0
.em;
	font-weight: normal;
	-moz-border-radius-topright: 15px;
	-webkit-border-top-right-radius: 15px;
	-moz-border-radius-bottomleft: 15px;
	-webkit-border-bottom-left-radius: 15px;
	-webkit-border-bottom-right-radius: 15px;
	-moz-border-radius-bottomright: 15px;
	padding: 7px;
	letter-spacing: 0.05em;
	margin-top: -5px;
}

.anylinkmenu ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
	color: #000;
}

.anylinkmenu ul li a{
	/*width: 250px; */
	display: block;
	text-indent: 3px;
	/*border-bottom: 1px dashed black;*/
	text-decoration: none;
	text-indent: 12px;
	color: #FFF;
	padding-top: 2px;
	padding-right: 15px;
	padding-bottom: 2px;
	padding-left: 0px;
}

.anylinkmenu a:hover{ /*hover background color*/
	color: #FFF;
	background-color: #999;
	text-decoration: underline;
}

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


.anylinkmenucols{
	position: absolute;
	width: 350px;
	left: 0;
	top: 0;
	visibility: hidden;
	border: 1px solid black;
	padding: 10px;
	z-index: 100; /*zIndex should be greater than that of shadow's below*/
	background: #E9E9E9;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}

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

.anylinkmenucols .column{
	float: left;
	margin-right: 5px;
	background: #E0E0E0;
	margin-left: 8px;
	padding-top: 8px;
	padding-right: 12px;
	padding-bottom: 8px;
	padding-left: 12px;
}

.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;
	visibility: hidden;
	background-color: transparent;
}*/
.anylinkmenu li {
	margin: 0;
	padding: 0;
	list-style-type: none;
	color: #000;
}
