.selectedanchor{ /*CSS class that gets added to the currently selected anchor link (assuming it's a text link)*/
}

/* ######### Default class for drop down menus ######### */

.anylinkmenu{
	position: absolute;
	left: 0;
	top: 0;
	visibility: hidden;
	border: 0px solid black;
	border-bottom-width: 0;
	font: normal 12px Verdana;
	line-height: 20px;
	z-index: 100; /* zIndex should be greater than that of shadow's below */
	background: white;
	width: 172px; /* default width for menu */
}

.anylinkmenu ul{
margin: 0;
padding: 2px;
list-style-type: none;
}

.anylinkmenu ul li a{
	width: 100%;
	display: block;
	text-indent: 3px;
	padding: 2px 2px;
	text-decoration: none;
	font-weight: normal;
	text-indent: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #;
	font-family: Arial;
	font-size: 12px;
	color: #FFFFFF;
	background-image: url(images/links/sub.jpg);
	background-repeat: no-repeat;
}



/* ######### Alternate multi-column class for drop down menus ######### */

