/* Collapsing Menu V4.00 */
 .toptable 	{}							/* the table containg the entire menu */
 .topclosed 	{font-size:10px; font-weight: bold; color="#000099"}	/* top-level with sub-sections when collapsed */
 .topopen 	{font-size:10px; font-weight: bold; color="#990066"}	/* top-level with sub-sections when expanded */
 .topnochild 	{font-size:10px; font-weight: bold; color="#000099"}	/* top-level with no sub-sections */

 .subtable 	{}							/* the table containing a sub menu */
 .subtopclosed 	{font-size:10px; color="#000099"}			/* sub-level with sub-sections when collapsed */
 .subtopopen 	{font-size:10px; font-weight: bold; color="#990066"}	/* sub-level with sub-sections when expanded */
 .subnochild 	{font-size:10px; color="#000099"}			/* sub-level with no sub-sections */

 .subsubtable 	{}							/* the table containing a sub-sub menu */
 .subsubwchild 	{font-size:10px; color="#990066"}			/* sub-sub-level with sub-sections */
 .subsubnochild	{font-size:10px; color="#000099"}			/* sub-sub-level with no sub-sections */

 .hideObject 	{display: none; visibility: hidden;} 			/* DON'T CHANGE hidden objects */
 .showObject 	{display: block; visibility: visible;}			/* DON'T CHANGE visible objects */

