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

	background-image: url(/images/header_menu_bg2.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;

}





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



.anylinkcss{
	position: absolute;
	left: 0;
	top: 0;
	visibility: hidden;
	border-bottom-width: 1px;
	z-index: 100;
	width: 738px; /* default width for menu */
	background-color: #FFF;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	padding:10px 10px 15px 10px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CCC;
	border-left-color: #CCC;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #F2F1ED;
}



.anylinkcss ul{
margin: 0;
list-style-type: none;
display:block;
float:left;
}







/* ######### Alternate multi-column class for drop down menus ######### */





.anylinkcsscols{

position: absolute;

left: 0;

top: 0;

visibility: hidden;

border: 1px solid black;

padding: 10px;

z-index: 100; /*zIndex should be greater than that of shadow's below*/

background: #DEFFCA;

}



.anylinkcsscols .column{

width: 130px;

float: left;

}



.anylinkcsscols .column ul{

margin: 0;

padding: 0;

list-style-type: none;

}



.anylinkcsscols li{

padding-bottom: 3px;

}



/* ######### 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;

}