/* -----    Home, Download, Email, etc. text --------------------------------- */
a.eebanner-link:link,
a.eebanner-link:visited,
a.eebanner-link:hover { color:#00713D; font-size:9px; }
td.eebanner-link-separator { background-color:#ffffff; }

/* -----    RSS item titles    ------------------------------------------------ */
td.rc_title { color:#444444; }


/* -----    Navigation/Search Bar ---------------------------------------------- */

td.nav-headings  {
	color: #000000;
	background: #ffffff;  /* Navigation bar (typically light gray/white) */
}

/* -------- TOC ---------------------------------------------------------------- */
.tundra .dijitMenuItem {
	background-color: #f7f7f7; /* Default is an off-white/light blue */
}
.tundra .dijitMenuItemHover {  
	background-color: #00713D;  /* highlighted bar - default is deep blue  */
	color:#fff;                 /* font color when highlighted - default is white  */
}