<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
/*  LEFT MENU START */
td.top_menu{

	height:41px;
	BACKGROUND-IMAGE: url(/images/spacer.gif); 
	background: transparent url(/images/spacer.gif); /* IE6 Bug */ 
	BACKGROUND-REPEAT: no-repeat;
	margin-right:0px;
	padding-top:6px;
	text-align: center;
}

a.topmenu,a.topmenu:visited,a.topmenu:link{
	font-size: 10pt;
	font-family:  Arial, "Arial Narrow","Times New Romain", Times, serif,sans-serif;
	text-decoration: none;
	color: #136697;
	font-weight: bold;
	PADDING-LEFT: 10px;
	PADDING-right: 20px;
	font-style: none;


}
a.topmenu:hover{
	text-decoration: underline;
	color: #136697;
}

/* TOPMENU2 (replica of TOPMENU) for buttons without submenu. touch devices changes on-mousover to on-click.  without this, the main button will not click.  */

a.topmenu2,a.topmenu2:visited,a.topmenu2:link{
	font-size: 10pt;
	font-family:  Arial, "Arial Narrow","Times New Romain", Times, serif,sans-serif;
	text-decoration: none;
	color: #136697;
	font-weight: bold;
	PADDING-LEFT: 10px;
	PADDING-right: 20px;
	font-style: none;


}
a.topmenu2:hover{
	text-decoration: underline;
	color: #136697;
}

td.top_menu_old{
	PADDING-LEFT: 20px;
	PADDING-TOP: 12px;
	text-align: center;
	FONT-SIZE: 9pt;
	vertical-align: top;
	font-weight: bold;
	HEIGHT: 46px;
	border-bottom: 0px dotted #a3a3a3;
	width:100%;
}

/* ######### Below are for ANYLINK CSS v2.3 Menu  ######### */
.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 ######### */

.anylinkcss{
	position: absolute;
	left: 0px;
	top: 0;
	visibility: hidden;
	border: 0px solid black;
	border-bottom-width: 0;
	z-index: 100; /* zIndex should be greater than that of shadow's below */
	background: transparent;
	width: 130px; /* default width for menu */
	padding-top: 5px;
}

.anylinkcss ul{
	background: transparent;
	background:url('/images/menu-trans-blue.png');
margin: 0;
padding: 0;
list-style-type: none;
	border: 0px solid gray;
		border-bottom: 0px;

}

.anylinkcss ul li{

	border: 0px solid gray;

}
.anylinkcss ul li a{
	font-size: 10pt;
	color: #f5f5f5;
	display: block;
	border-bottom: 1px dashed #D9CCB9;
	padding: 6px 6px 6px 6px;
	text-decoration: none;
	font-weight: normal;
	text-indent: 0px;

}

.anylinkcss a:hover{
	/*hover background color*/
	color: white;
	text-decoration: underline;
	background: #5FA2E8;
}

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


.anylinkcsscols{
position: absolute;
left: 0;
top: 0;
visibility: hidden;
border: 1px solid black;
padding: 10px;
font: normal 12px Verdana;
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;
}</pre></body></html>