/*menu background*/
.anylinkcss{
	position: absolute;
	visibility: hidden;
	border: 1px solid #F37018;
	border-bottom-width: 1px;
	border-top: 1px solid #F37018;
	/*font: normal 10px Verdana;
	font-weight: bold;*/
	text-align: left;
	/*z-index: 100;*/
	background-color: #FFFFFF;
	filter:alpha(opacity=85);
	-moz-opacity:0.85;
	-khtml-opacity: 0.85;
	opacity: 0.85;
	/*background-image: url(images/submenuBg.png);*/
	width: 185px;
	height: 140px;
	left: 437px;
	top: 114px;
}

/*text*/
.anylinkcss a{
	width: 100%;
	display: block;
	text-indent: 10px;
	/*border-bottom: 1px solid black;*/
	padding: 1px 0;
	text-decoration: none;
	font-weight: bold;
}

/* // block rollover behind text
.anylinkcss a:hover{ //hover background color
background-color: black;
color: white;
}*/

