
.anylinkcss{
	position:absolute;
	visibility: hidden;
	border-width: 0px;
	font:normal 12px Verdana;
	line-height: 18px;
	z-index: 100;
	width: 120px;
}

.anylinkcss a{
	width: 120px;
	height:20px;
	display: block;
	text-indent: 5px;
	border: 1px solid #CCCCCC;
	border-top: 1px solid #CCCCCC;
	padding: 1px 0;
	padding-left:7px;
	font-weight:bold;
	text-decoration: none;
	text-indent: 1px;
	text-align:left;
	background-color: #8c8c8c;
	color: #ffffff;
	/*background-image: url(images/anylinkmenu.jpg);
	background-repeat: repeat-x;*/
	white-space: nowrap;
	opacity: .85;
	filter: alpha(opacity=90);
}

.anylinkcss a:hover{ /*hover background color*/
	background-color: #737373;
	color: #000000;
	/*background-image: url(images/anylinkmenu-over.jpg);
	background-repeat: repeat-x; */
	white-space: nowrap;
	border: 1px solid #CCCCCC;
	border-top: 0px solid #CCCCCC;
	padding-left:7px;
	text-decoration:none;
}



