.selectedanchor{ /*CSS class that gets added to the currently selected anchor link (assuming it's a text link)*/
background: transparent;
}

/* ######### Default class for drop down menus ######### */

.anylinkmenu{
	position: absolute;
	visibility: hidden;
	font: 11px Tahoma;
	line-height: 27px;
	z-index: 100; /* zIndex should be greater than that of shadow's below */
	background: transparent;
	width: 118px; /* default width for menu */
	left: 0;
top: 0;
}

.anylinkmenu ul{
	position: absolute;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.anylinkmenu ul li a{

	width: 100%;
	display: block;
	text-indent: 10px;
	padding-left:33px;
	text-decoration: none;
	font-weight: bold;
	text-indent: 5px;
	color:#8ee22a;
	height:27px;
	background-image:url(Bilder/nav.png);
}

.anylinkmenu a:hover{ /*hover background color*/

	color: white;
	height:27px;
	background-image:url(Bilder/nav_hover.png);
}
