.selectedanchor {
	background: yellow;
}

.anylinkcss {
	position: absolute;
	left: 0;
	top: 0;
	visibility: hidden;
	line-height: normal;
	z-index: 170;
	width: 200px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}

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

.anylinkcss ul li a {
	width:100%;
	font-stretch:ultra-expanded;
	display:block;
	text-indent:0px;
	text-decoration:none;
	font-size:13px;
	text-align:center;
	height: 22px;
	padding-top:7px;
	padding-right:0px;
	padding-bottom:1px;
	padding-left:0px;
	background:#666;
	color:#FFF;
}

.anylinkcss a:hover {
	background: black;
	color: white;
}

.anylinkcss a:visited{
color: #FFF;
}
