/* 
	file: main_nav_print.css
	description: to supress navi links when printing
	author: plu 
	date: june 22, 2010
*/

ul.dropdown { display: block; height: 1px; background: transparent; border-bottom: 1px solid #bbb;}
ul.dropdown * { display: none; }

