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