/* MENU REGIONAL*/
.anylinkcss{
	border:0px solid #CCCCCC;
	color:black;
	/*background-color: #ffeccb;*/
	position:absolute;
	width:100%;
	height: auto;
	
	box-shadow: 1px 1px 2px #818181; 
	-webkit-box-shadow: 1px 1px 2px #818181;
	-moz-box-shadow: 1px 1px 2px #818181;
}

.anylinkcss a:active, .anylinkcss a:link, .anylinkcss a:visited{
	width: 100%;
	display: block;
	padding: 10px 0 0 0;
	text-align: center;
	line-height:15px;
	color: #665854;
	font-family:Verdana;
	font-size:11px;
	height: auto;
	text-decoration:none;
	background-color: #e3e3e3;
	opacity: 0.9; filter: alpha(opacity=60);
}

.anylinkcss a:hover{ /*hover background color*/
	/*background-color: #1A8082;*/
	background-color: #333333;
	opacity: 0.6; filter: alpha(opacity=60);
	color: #ffffff;	
	border-bottom: 0px solid #002D58;
	font-family:Verdana;
	font-size:11px;
	height: auto;
	padding: 10px 0 0 0;
}

/*PENUTUP MENU REGIONAL:*/