.anylinkcss{
	position:absolute;
	visibility: hidden;
	font:normal 10px/18px Verdana;
	z-index: 100;
	background-color: #FFCC00;
	width: 150px;
	text-decoration: none;
	text-align: left;
	margin: 1px;
	padding: 1px;
}

.anylinkcss a{
	width: 100%;
	display: block;
	padding: 0px 0;
	text-decoration: none;
	font-weight: normal;
	text-indent: 3px;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}

.anylinkcss a:hover{
	background-color: #333399;
	color: #FFFFFF;
}
}

