/*//////Anylink Submenu///////*/
/*menu background*/
.anylinkcss{
	position: absolute;
	visibility: hidden;
	border: 1px solid #252121;
	border-bottom-width: 1;
	border-top: 5px solid #252121;
	font: normal 10px Verdana;
	font-weight: bold;
	z-index: 100;
	background-color: #252121; /*background-image: url(images/submenuBg.png);*/
	width: 150px;
	height: 100px;
	left: 437px;
	top: 114px;
}

/*text*/
.anylinkcss a{
	width: 100%;
	display: block;
	text-indent: 7px;
	/* border-bottom: 1px solid #e9b349; */
	padding: 1px 0;
	text-decoration: none;
	font-weight: bold;
}

/* // block rollover behind text
.anylinkcss a:hover{ //hover background color
background-color: black;
color: white;
}*/

/*////////////////////////////*/
