.anylinkcss{
	position: absolute;
	visibility: hidden;
	border: 1px solid black;
	font-size: x-small;
	z-index: 100;
	background-color: #E9FECB;
	width: 205px;
	color: #cccccc;
}

.anylinkcss a{
	width: 100%;
	display: block;
	border-bottom: 1px solid black;
	padding: 1px 0;
	text-decoration: none;
	text-indent: 5px;
	background-image: url(/images/glbnav_background.gif);
}

.anylinkcss a:hover{
	background-color: white;
	color: black;
  	background-image: url(/images/glblnav_selected.gif);
}