.selectedanchor{ /*CSS class that gets added to the currently selected anchor link (assuming it's a text link)*/background: #000000;}/* ######### Default class for drop down menus ######### */.anylinkmenu{	position: absolute;	left: 0;	top: 0;	visibility: hidden;	font: normal 10px Verdana;	line-height: 12px;	z-index: 100; /* zIndex should be greater than that of shadow's below */	background: 000000;	width: 200px;}.anylinkmenu ul{margin: 00;padding: 0;list-style-type: none;}.anylinkmenu ul li a{	width: 100%;	color: #FFFFFF;	display: block;	text-indent: 5px;	padding: 2px 0;	text-decoration: none;	font-weight: bold;	border-top-style: solid;	border-top-width: 2px;	border-top-color: #FFFFFF;	background: #000000;}.anylinkmenu a:hover{ /*hover background color*/background: black;color: FFFFFF;}