.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;
	top: 0px;
	visibility: hidden;
	border: 1px solid black;
	border-bottom-width: 0;
	line-height: 16px;
	z-index: 100;
	width: 150px; /* default width for menu */
	background-color: #2F2E2E;
	font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: italic;
}

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

.anylinkmenu ul li a{
	width: 100%;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid black;
	padding: 2px 0;
	text-decoration: none;
	text-indent: 5px;
}

.anylinkmenu a:hover{ /*hover background color*/
	font-weight: bold;

}

