
/* Overriding Base.css supplied by TB
/* Consumed HS Template rendered in Firefox is displaying institutional bar nav (black bar) in two rows.
/* By reducing width % in each of these classes by 0.5, institutional bar nav (black bar) displays properly
/* in one single row both in IE and Firefox.*/

li.fiptext {
	width: 16.1%;
}
li.fiptexta {
	width: 16.2%;
}
li.fiptextb {
	width: 15.7%;
}
li.fiptextc {
	width: 16.3%;
}

