/* Collapso-5 Supporting CSS */ /* DISPLAYS AS COLOURED ROLLOVER ROWS - NB 4 levels only - add more if you need them */ #collapso5 	/* Overall container for Menu */ { margin-left: 5px; } .hOb 	{	/* UL DON'T CHANGE 1st 2 LINES hidden UL objects */ display:none;  visibility:visible;  align:center; margin-bottom:0px;  margin-top:0px; margin-left:5px;  padding-left:5px; }  .sOb 	{	/* UL DON'T CHANGE 1st 2 LINES visible UL objects */ display:block; visibility:visible; margin-bottom:0px;  margin-left:5px;  padding-left:5px; } #collapso5 a { color: #0C5798; margin: 0px	; margin-top: 0px; text-decoration: none; } #collapso5 ul { color: #0C5798; vertical-align:middle; margin: 0; padding: 0; list-style-type: none; font-family: verdana, arial, Helvetica, sans-serif; } #collapso5 li  { font-color: #0C5798; padding-top: 2px; margin: 0px 0 1px 0; text-indent: 1px; } #collapso5 div { display: block; width: 150px; height: 23px; background-image: url('top-nav-layer-new-blue-radius.jpg'); } #collapso5 a:hover { background-color: #69C; } #collapso5 ul ul li  { margin: 0px 0 1px 0; text-color: #FC8F20; } #collapso5 ul ul div { display: block; width: 145px; background-image: url('top-nav-layer-new-blue-radius.jpg');padding-left:5px; padding-right:0px; padding-top:0px; padding-bottom:0px } .hsi   {	/* IMG Has Sub Section - Icon */ cursor:pointer } .nsi	{	/* IMG No Sub Section - Icon */ cursor:default } .hsa   {}					/* A Has Sub Section - Anchor */ .nsa	{}					/* A No Sub Section - Anchor */ .hsa_c	{color: Dark Blue !important;}		/* A Has Sub Section - Current Page Anchor */ .nsa_c	{color: Dark Blue !important;}		/* A No Sub Section - Current Page Anchor */ .dum   {background-image:url("c-m.gif")}	/* Dummy entry to upload swap image */ #collapso5 div:hover	/* NB fails in IE */ { font-weight: bolder; }