.anylinkcss{
	position:absolute;
	visibility: hidden;
	font:normal 12px/24px Verdana, "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", Osaka;
	z-index: 999;
	background-color: #484D61;
	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;
}

.anylinkcss a{
	width: 100%;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid #FFFFFF;
	padding: 1px 0;
	text-decoration: none;
	text-indent: 10px;
	color: #FFFFFF;
}
.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: #FFFFFF;
}

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