.selectedanchor { /*CSS class that gets added to the currently selected anchor link (assuming it's a text link)*/
	background-color:#223855;
	opacity:.90;
}

/* ######### Default class for drop down menus ######### */

.anylinkmenu {
	position: absolute;
	left: 0;
	top: 0;
	visibility: hidden;
	font-size: 80%;
	line-height: 18px;
	z-index: 100; /* zIndex should be greater than that of shadow's below */
	background-color:#223855;
	opacity:.80;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	filter: alpha(opacity=80);
	width: 185px;
	padding-bottom:10px;
}

.anylinkmenu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.anylinkmenu ul li a {
	width: 100%;
	display: block;
	text-indent: 12px;
	padding: 5px 0;
	text-decoration: none;
	color:#FFF;
	text-transform:uppercase;
}

.anylinkmenu a:hover {
	color: #bdcfe6;
}