.anylinkcss	{
	position: absolute;
	visibility: hidden;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	line-height: 30px;
	z-index: 100;
	background-color: #1460ac;
	width: 209px;
	height: 30px;
	margin-top: 10px;
	margin-left: -65px;
}

.anylinkcss a {
	height: 30px;
	width: 209px;
	display: block;
	text-indent: 3px;
	border: 1px solid black;
	border-top-width:0;
	padding: 1px 0;
	text-decoration: none;
	font-weight: bold;
	text-indent: 5px;
	color: #FFFFFF;
	background-color:#DB9920;
}

.anylinkcss a:hover{ /*hover background color*/
	background-color: #1460ac;
	color: #ffcc33;
}
