.selectedanchor{ /*CSS class that gets added to the currently selected anchor link (assuming it's a text link)*/
background: none;
}

/* ######### Default class for drop down menus ######### */

.anylinkmenu{
	position: absolute;
	left: 0;
	top: 0;
	visibility: hidden;
	font-size: 13px;
	line-height: 18px;
	z-index: 200; /* zIndex should be greater than that of shadow's below */
	width: 225px;  /*default width for menu */
	text-align:center;
}

.anylinkmenu ul{
margin: 0px;
padding: 0px;
list-style-type: none;
}

.anylinkmenu ul li a{
width: 100%;
display: block;
padding-top:2px;
padding-bottom:2px;
text-decoration: none;
font-weight: bold;
color:#ffffff;
font-family: "Times New Roman", Times, serif;
font-variant: small-caps;
letter-spacing: .1em;
margin:0px;
}

.anylinkmenu a:hover{ /*hover background color*/
color: #FE3229;
text-decoration:none;
}

/* ######### 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;
}
