/* Collapso-5 Supporting CSS */

 #collapso5 {padding-left:5px;} 	/* 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:10px;
	text-indent: -13px;
	padding-top:3px;
	padding-bottom:3px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal	;
}	/* LI items */

 .nsc 	{font-weight: normal;}			/* LI No Sub Section - Collapsed */
 .nso 	{font-weight: bold;}			/* LI No Sub Section - Open */
 .hsc 	{font-weight: bold;}			/* 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   {color:#272727!important;}					/* A Has Sub Section - Anchor */
 .nsa	{color:#272727!important;}					/* A No Sub Section - Anchor */
 .hsa_c	{color:#FF0000!important;}		/* A Has Sub Section - Current Page Anchor */
 .nsa_c	{color:#FF0000!important;}		/* A No Sub Section - Current Page Anchor */

 .dum   {background-image:url("../c-m.gif")}	/* Dummy entry to upload swap image */
