/* Collapso-5 Supporting CSS */

 #collapso5 {padding-left:7px;} 	/* overall container for menu */

 .hOb 	{display:none; visibility:hidden} 								/* UL DON'T CHANGE 1st 2 ITEMS hidden UL objects */
 .sOb 	{display:block; visibility:visible; margin-bottom:0px; margin-left:5px; padding-left:5px}	/* UL DON'T CHANGE 1st 2 ITEMS visible UL objects */

 #collapso5 li {list-style-type:none; font-size:11px; text-indent:-13px; padding-top:1px; padding-bottom:1px}	/* LI items */

 .nsc 	{font-weight: normal;}			/* LI No Sub Section - Collapsed */
 .nso 	{font-weight: normal;}			/* LI No Sub Section - Open */
 /*.hsc 	{font-weight: normal;}*/			/* LI Has Sub Section - Collapsed */
 .hso 	{font-weight: normal;}			/* LI Has Sub Section - Open */

 .hsi   {cursor:pointer}			/* IMG Has Sub Section - Icon */
 .nsi	{}					/* IMG No Sub Section - Icon */

 .hsa   {font-size:11px; color: #ffffff;}					/* A Has Sub Section - Anchor */
 a.hsa:link{color:white; text-decoration: none; font-size:11px; font-weight: normal;}		
 a.hsa:visited{color:white; text-decoration: none; font-size:11px; font-weight: normal;}		
 a.hsa:hover{color:#cc9999; text-decoration: none; font-size:11px; font-weight: normal;}
 
 a.nsa:link	{color:white; text-decoration: none;}
 a.nsa:visited{color:white; text-decoration: none;}
 a.nsa:hover{color:#cc9999; text-decoration: none;}
 
 /* A No Sub Section - Anchor */
 a.hsa_c:link{color:white; text-decoration: none;} /* A Has Sub Section - Current Page Anchor */
 a.hsa_c:visited{color:white; text-decoration: none;}
 a.hsa_c:hover{color:#cc9999; text-decoration: none;}
 
 .nsa_c	{color:white;}		/* A No Sub Section - Current Page Anchor */

 .dum   {background-image:url("c-p.gif")}	/* Dummy entry to upload swap image */
