.anylinkcss {
	position:absolute;
	visibility: hidden;
	line-height: 24px;
	z-index: 100;
	background-color: #333333;
	width: 147px;
	font-size: 12px;
	font-variant: normal;
	overflow: hidden;
	border-right: 1px solid #646464;
	border-left: 1px solid #646464;
}
.anylinkcss a{
	width: 147px;
	display: block;
	padding: 1px 0;
	text-decoration: none;
	color: #dedede;
	font-size: 12px;
	line-height: 24px;
	background-image: none;
}

.anylinkcss a:visited{
  color: #dedede;
}

.anylinkcss a:hover{
	text-decoration: none;
	color: #dedede;
	background-color: #333333;
	background-image: url(../images/common/submenu/bg.gif);
	background-repeat: no-repeat;
	background-position: center center;
}

