#nav ul li a.selectedanchor{ /*CSS class that gets added to the currently selected anchor link (assuming it's a text link)*/
	background-image: url(../imagesnew/arrow.gif);
	background-repeat: no-repeat;
	background-position: 180px center;
	color:#FFFFFF;
}



/* ######### Default class for drop down menus ######### */

.anylinkcss{
	position: absolute;
	left: 0;
	top: 0;
	visibility: hidden;
	border-bottom-width: 0;
	z-index: 100;
	width: 225px; /* default width for menu */
	background-color: #9bb5ce;
	font-family: tahoma;
	font-size: 14px;
	font-weight: normal;
	font-variant: normal;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #013668;
	border-right-color: #013668;
	border-bottom-color: #013668;
	border-left-color: #013668;
}

.anylinkcss ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: left;
}

.anylinkcss ul li a{
	width: 100%;
	display: block;
	text-indent: 3px;
	text-decoration: none;
	text-indent: 5px;
	font-family: tahoma;
	color: #013668;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #013668;
}

.anylinkcss a:hover{ /*hover background color*/
	color: #ffffff;

}


/* ######### 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;
}
