/* CSS Document - NuFlex Print-friendly */
/* hides all of the main menu */
#lnav_wrap {
	display: none;
}
/* hides submenus - note - this and following rules are only needed if you choose NOT to hide the main menu with the CSS rule above. */
.p7expsubmenus {
	display: none;
}
/* makes vertical navigation images appear side-by-side */
#nav_wrapper li {
	display: inline;
}
/* eliminates borders around navigation images */
#nav_wrapper img {
	border: 0;
}
