/* Collapso-5 Supporting CSS */ div#collapso5 {margin:0px;padding:0px;width:160px;position:relative;top:-17px} 	/* overall container for menu */ .hOb 	{display:none; visibility:hidden;margin:0px 0px 10px 0px;padding:0px} 	/* UL DON'T CHANGE 1st 2 ITEMS hidden UL objects */ .sOb 	{display:block; visibility:visible;margin:0px;padding:0px}	/* UL DON'T CHANGE 1st 2 ITEMS visible UL objects */ div#collapso5 li {list-style-type:none;margin:0px;padding:0px}	/* LI items */ .nsc 	{font-weight: normal;}			/* LI No Sub Section - Collapsed */ .nso 	{font-weight: normal;}			/* LI No Sub Section - Open */ .hsc 	{font-weight: bold;}			/* LI Has Sub Section - Collapsed */ .hso 	{font-weight: bold;}			/* LI Has Sub Section - Open */ .hsi   {cursor:pointer}			/* IMG Has Sub Section - Icon */ .nsi	{}					/* IMG No Sub Section - Icon */ a.hsa   {background: url("leftnavfirst.jpg") no-repeat;display:block;width:160px;height:25px;color:white;text-decoration:none;font-size:12px;margin:0px;padding-left:5px;line-height:25px;}					/* A Has Sub Section - Anchor */ a.nsa	{color:#262261}					/* A No Sub Section - Anchor */ a.hsa_c	{color:#262261;!important;}		/* A Has Sub Section - Current Page Anchor */ a.nsa_c	{color:#262261;!important;}		/* A No Sub Section - Current Page Anchor */ .dum   {}	/* Dummy entry to upload swap image */ 