.anylinkcss{
	position:absolute;
	top:10px;
	visibility: hidden;
	border:0px solid gray;
	border-bottom-width: 0;
	font-size:12px;
	font-family: arial, verdana, sans-serif;
	z-index: 100;
	width: 180px;
	background-image:url(/cmsfile/321);
	background-repeat:no-repeat;
}

.anylinkcss a{
	color: #00367A;
	width: auto;
	display: block;
	line-height:18px;
	border-bottom: 0px solid gray;
	padding: 0px 0;
	text-decoration: none;
	font-weight: bold;
	font-size:12px;
	text-indent: 15px;
	background-color: #CEE3FF;
}

.anylinkcss a:hover{ /*hover background color*/
	background-color: #00367A;
	color: #ffffff;
}