/* ---- print CSS formatting overrides for non-IE 6.x/7.x browsers ---- */

.noPrint {
	display: none;
	}
div.navPostIt, div.navPostItBlue, div.navPostItLavender {  /* don't print post-it notes */
	display: none;
}
div.navPostItBlue:first-child {  /* ... but do print first navigation item */
	display: block;
}

