/* $Id: tabs-print.css,v 1.1.1.1 2007-09-26 14:30:32 detain Exp $ */
/* When printing, hide the tab navigation list
   and don't use any other styles
*/

.tabbernav {
 display:none;
}
