				/*Credits: Dynamic Drive CSS Library */
				/*URL: https://www.dynamicdrive.com/style/ */

			.markermenu{
				list-style-type: none;
				margin: 0px 0;
				padding: 0;
				width: 220px;
				border: 0px solid #ffffff;
			}

			.markermenu li a{
				background: white url(../images/crisisbullet.gif) no-repeat 2px .6em;
				/* LM: makes the image not repeat, indents from the left 2 pixels, and indents from the top .6em */
				font: 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
				line-height: 15px;
				color: #000000;
				display: block;
				width: auto;
				padding: 3px 0;
				padding-left: 12px;
				text-decoration: none;
				border-bottom: 1px solid #ccccff;
			}

			/**********************LM: added second line indent to get text to indent for the two-line list itmes */
			
			.secondline {
 				text-indent: 1.4em;
 				}
 
			

			* html .markermenu li a{ /*IE only. Actual menu width minus left padding of LINK (20px) */
				width: 210px;
			}

			.markermenu li a:visited, .markermenu li a:active{
				color: #000000;
			}

			.markermenu li a:hover{
				color: #993366;
				background-color: #fff7d7;
				background-image:url(../images/bulletonblue.gif);
			/*onMouseover image change. Remove if none*/
				text-decoration : underline;
			}
			
/* for MAIN home page image */

			.markermenuhp{
				list-style-type: none;
				margin: 0px 0;
				padding: 0;
				width: 220px;
				border: 0px solid #ffffff;
			}

			.markermenuhp li a{
				background: white url(../images/homeicon5.png) no-repeat 1px .2em;
				/* LM: makes the image not repeat, indents from the left 2 pixels, and indents from the top .2em */
				font: 12px Verdana, Geneva, Arial, Helvetica, sans-serif;
				color: #000000;
				display: block;
				width: auto;
				padding: 4px 0;
				padding-left: 21px;
				text-decoration: none;
				border-bottom: 1px solid #ccccff;
			}


			* html .markermenuhp li a{ /*IE only. Actual menu width minus left padding of LINK (20px) */
				width: 210px;
			}

			.markermenuhp li a:visited, .markermenuhp li a:active{
				color: #000000;
			}

			.markermenuhp li a:hover{
				color: #993366;
				background-color: #fff7d7;
				background-image:url(../images/homeicon3.png);
			/*onMouseover image change. Remove if none*/
				text-decoration : underline;
			}
			
			
			
			
		
			/* for MAIN home page image ON */

			.markermenuhpon{
				list-style-type: none;
				margin: 0px 0;
				padding: 0;
				width: 220px;
				border: 0px solid #ffffff;
			}

			.markermenuhpon li a{
				background: white url(../images/homeicon3.png) no-repeat 1px .2em;
				/* LM: makes the image not repeat, indents from the left 2 pixels, and indents from the top .2em */
				font: 12px Verdana, Geneva, Arial, Helvetica, sans-serif;
				color: #000000;
				display: block;
				width: auto;
				padding: 4px 0;
				padding-left: 21px;
				text-decoration: none;
				border-bottom: 1px solid #ccccff;
			}


			* html .markermenuhpon li a{ /*IE only. Actual menu width minus left padding of LINK (20px) */
				width: 210px;
			}

			.markermenuhpon li a:visited, .markermenuhp li a:active{
				color: #000000;
			}

			.markermenuhpon li a:hover{
				color: #993366;
				background-color: #fff7d7;
				background-image:url(../images/homeicon3.png);
			/*onMouseover image change. Remove if none*/
				text-decoration : underline;
			}
			
			
			
			

			
/* for THEME (The Age, etc. ) image */

			.markermenutheme{
				list-style-type: none;
				margin: 0px 0;
				padding: 0;
				border: 0px solid #ffffff;
			}


			.markermenutheme li a{
				background: white url(../images/folderopen2.png) no-repeat 2px .3em;
				/* LM: makes the image not repeat, indents from the left 2 pixels, and indents from the top .3em the last item could be center*/
				font: 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
				color: #000000;
				display: block;
				width: auto;
				padding: 4px 0;
				padding-left: 24px;
				text-decoration: none;
				border-bottom: 1px solid #ccccff;
			}


			* html .markermenutheme li a{ /*IE only. Actual menu width minus left padding of LINK (10px) */
				width: 210px;
			}

			.markermenutheme li a:visited, .markermenuhp li a:active{
				color: #000000;
			}

			.markermenutheme li a:hover{
				color: #993366;
				background-color: #fff7d7;
				background-image:url(../images/folderopen2.png);
			/*onMouseover image change. Remove if none*/
				text-decoration : underline;
			}