.selectedanchor{ /*CSS class that gets added to the currently selected anchor link (assuming it's a text link)*/
	/*
	color: #494646;
	background-image: url('../images/nav-highlight-3.gif');
	background-repeat: repeat-x;
	background-position: center;
	*/}

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

.anylinkcss{
	position: absolute;
	left: 0;
	top: 0;
	visibility: hidden;
	border: 1px solid #929595;
	border-bottom: 0px;
	font: normal 12px Verdana;
	line-height: 18px;
	z-index: 100; /* zIndex should be greater than that of shadow's below */
	background: #EAE8E8;
	width: 200px; /* default width for menu */
	margin: 4px 0px 0px 0px;
	padding: 0px;}

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

.anylinkcss ul li a{
	width: 100%;
	display: block;
	padding: 8px 0;
	text-decoration: none;
	text-indent: 5px;
	color: #494646;
	border-bottom: 1px solid #A1A1A1;}

.anylinkcss a:hover{ /*hover background color*/
	background: #B9B7B8;}

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

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

.anylinkcsscols .column{
	width: 180px;
	float: left;
	margin: 2px 5px;}

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

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

.anylinkcsscols li a{
	text-decoration: none;
	color: #000000;}

.anylinkcsscols li a:hover{
	text-decoration: underline;}

/* ######### class for shadow DIV ######### */


.anylinkshadow{ /*CSS for shadow. Keep this as is */
/*
position: absolute;
left: 0;
top: 0;
margin: 4px 0px 0px 10px;
z-index: 99;
background: black;
visibility: hidden;
*/
display: none;
}
