.anylinkcss{
	position:absolute;
	padding-left:-20px;
	list-style: none;
	visibility: hidden;
	font:normal 12px ITC Officina, sans-serif;
	line-height: 18px;
	background-color: white;
	width: 160px; 
	background-image: url(/images/sub-menu-panel.jpg); 
	padding-left:10px; 
	opacity:0.7;
	filter:alpha(opacity=70);
}

.anylinkcss a{
	color: #000000;
	font:normal 12px ITC Officina, sans-serif;
	width: 100%;
	display: block;
	border-bottom: 1px solid gray;
	text-decoration: none;
	font-weight: bold;
}

.anylinkcss a:hover{ /*hover background color*/
	color: #C81122;
}
