.anylinkcss {
	position: absolute;
	visibility: hidden;
	border: 1px solid #005696;
	border-bottom-width: 0;
	line-height: 18px;
	z-index: 100;
	background-color: #a4c3d5;
	width: 200px;
}

.anylinkcss a {
	font-family: "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #005696;
	width: 200px;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid #005696;
	padding: 5px 0;
	text-decoration: none;
	text-indent: 30px;
	background-image: url(images/dcompass_off.gif);
	background-position: 2px 2px;
	background-repeat: no-repeat;
}

.anylinkcss a:hover{ /*hover background color*/
	background-color: #ebe0d0;
	color: #005696;
	background-image: url(images/dcompass_on.gif);
	background-position: 2px 2px;
	background-repeat: no-repeat;
}