/* $Id: tabs-print.css,v 1.1 2007-05-11 08:02:36 autumn Exp $ */
/* When printing, hide the tab navigation list
   and don't use any other styles
*/

.tabbernav {
 display:none;
}
