.selectedanchor{ /*CSS class that gets added to the currently selected anchor link (assuming it's a text link)*/

}


/* ######### Default class for drop down menus ######### */

.anylinkcss{
	position: absolute;
	left: 0;
	top: 0;
	visibility: hidden;
	z-index: 9999;
	width: 200px; /* default width for menu */
	background-color: #C9282D;
	
}

.anylinkcss ul{
margin: 0;
padding: 0;
list-style-type: none;
}

.anylinkcss ul li a{
	width: 181px;
	display: block;
	text-decoration: none;
	line-height: 40px;
	color: #FFF;
	height: 40px;
	font-size: 14px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #A70000;
	padding-left: 19px;
	font-family: 'Orienta', sans-serif;
}

.anylinkcss a:hover{ /*hover background color*/
	color: #FFF;
	background-color: #A70000;
}
.anylinkshadow{ /*CSS for shadow. Keep this as is */
position: absolute;
left: 0;
top: 0;
z-index: 99; /*zIndex for shadow*/
background: black;
visibility: hidden;
}
