.anylinkcss{
	position:absolute;
	visibility: hidden;
	border-bottom-width: 0;
	line-height: 14px;
	z-index: 100;
	background-color: #526780;
	width: 290px;
	font-family: Verdana;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #FFFFFF;
	text-decoration: none;
	
}

.anylinkcss a{
	width: 290px;
	display: block;
	text-indent: 5px;
	padding: 4px 0;
	text-decoration: none;
	font-weight: bold;
	text-indent: 5px;
	color: #2C3745;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #CBD7E7;
	border-top-width: thin;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #526780;
	border-right-color: #526780;
	border-bottom-color: #526780;
	border-left-color: #526780;
}

.anylinkcss a:hover{ /*hover background color*/
	background-color: #3D4B5F;
	color: white;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
}
