.anylinkcss{
	position:absolute;
	visibility: hidden;
	z-index: 999;
	background-color: #BDE5E7;
	width: auto;
	opacity:.95;
	-moz-opacity:.95;
	filter:alpha(opacity=95);
	height: auto;
	text-align: left;
	text-indent: 10px;
	border-top: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	border-bottom: 0px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
	margin-top: -1px;
	overflow: visible;
	font-family: Verdana, "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", Osaka;
	font-size: 12px;
	font-style: normal;
	line-height: 24px;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
}

.anylinkcss a{
	width: 100%;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid #FFFFFF;
	padding: 1px 0;
	text-decoration: none;
	text-indent: 10px;
	color: #000000;
}
.anylinkcss a:visited {
	width: 100%;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid #FFFFFF;
	padding: 1px 0;
	text-decoration: none;
	text-indent: 10px;
	color: #000000;
}

.anylinkcss a:hover{ /*hover background color*/
	background-color: #24879B;
	color: #FFFFFF;
}
::root .anylinkcss { z-index: 100; /* Bug 69315 */ }
