.selectedanchor{ /*CSS class that gets added to the currently selected anchor link (assuming it's a text link)*/
/*background:#526994;*/
}

/* ######### Default class for drop down menus ######### */
.menuanchorclass {
	text-transform:uppercase;
}
.anylinkmenu{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	position: absolute;
	left: 0;
	top: 0;
	visibility: hidden;
	border-bottom-width: 0;
	z-index: 100; /* zIndex should be greater than that of shadow's below */
	height:1%;
	font-size:10px;
	font-weight:bold;
	text-transform:uppercase;
	line-height:14px;
	width: 16em;
}

.anylinkmenu ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
	border: 1px solid #FFF;
}

.anylinkmenu ul li {
	padding: 4px 9px 4px 4px;
	background: #0C3F80;
	text-align:center;
}

.anylinkmenu ul li a{
	color:white;
	width: 100%;
	display: block;
	text-decoration: none;
	padding:2px 2px 2px 4px;
}

.anylinkmenu a:hover{ /*hover background color*/
	background: #04225B;
	color: white;
}

/* ######### class for shadow DIV ######### */

.anylinkshadow{ /*CSS for shadow. Keep this as is */
	position: absolute;
	left: 0;
	top: 0;
	z-index: 99; /*zIndex for shadow*/
	background: black;
	visibility: hidden;
}