    	#example1, div.expando {
			float: left;
            width: 100%;
            margin-top:20px;
		}
		.expand_all,
		.collapse_all {
			cursor: pointer;
		}
		.example_menu, ul.expando {
			list-style: none;
			margin: 0;
			padding: 0;
			vertical-align: top;
			width: 100%;
		}
		.example_menu ul, ul.expando ul {
			display: none;
			list-style: none;
			margin: 0;
			padding: 0;
            /*width: 415px; /*Ensures slidedown animation isn't jumpy*/
		}
        .f__pageContent .example_menu ul,
		.f__pageContent ul.expando ul
 		{ padding-left:3em; }
        
    	.example_menu ul strong a, ul.expando ul strong a {
    	    font-weight: bold !important; /* Ensures <a> tag with <strong> tag around it is bold */
        }
        
		#menu1, ul.expando {
			margin: 0;
		}
		#menu1 li, ul.expando li,
		.example_menu li {
			background-image: none;
			margin:0px;
			/* 10px is too much padding. adjusted to 5 */
            padding-bottom:5px;
		}
        #menu1 li p, ul.expando li p,
		.example_menu li p{
    	    font-size:1em;
		}
		.example_menu ul ul, ul.expando ul ul {
			display: block;
		}
		.example_menu ul ul li a, ul.expando ul ul li a {
			/* padding-left: 20px; */
			width: 100%;
		}
        .example_menu li li > a, ul.expando li li > a {
			color: #000;
			cursor: pointer;
		    display: inline-block;
			font-weight: bold;
			margin-left: 0;
		    padding: 0;
            position: relative;
            line-height: 1.8em;
		}   
        .example_menu li > a, ul.expando li > a  {
			color: #000;
			cursor: pointer;
		    display: block;
			font-weight: bold;
			margin-left: 0;
		    padding: 15px 15px 10px 40px;
            position: relative;
            line-height: 1.8em;
		}
		.example_menu a.expanded, ul.expando a.expanded {
			/* background: url('../2010/images/collapse.gif') no-repeat 3px 50%;
            background-position: top left;*/
            width: 100%;
            font-size: 1.2em;
            font-weight: 700;
            letter-spacing: 0.8px;
            background: #EEB211;
            background: #1A3D7C;
            color: #fff;
            
		}
		.example_menu a.collapsed, ul.expando a.collapsed {
			/* background: url('../2010/images/expand.gif') no-repeat 3px 50%;
            background-position: top left;*/
            width: 100%; 
            font-size: 1.2em;
            font-weight: 700;
            letter-spacing: 0.8px;
            background: #E9E9E9;
		}
        .example_menu a.collapsed, ul.expando a.collapsed{
            background-position: top left;
            -webkit-transition:background-color .5s ease;
			background-color:#002949;
			color:#fff!important;
			font-weight:700;
			text-decoration:none!important;
			transition:background-color .5s ease;
            width: 100%;
		}
/* Added the "Plus/Minus" sign back in to better indicate expandability.
   Changed the background of this element to match the updated dark blue
   - M. Burke 7/21/2016 */
       .example_menu a.collapsed:after, ul.expando a.collapsed:after {
            content: '\f067';
            font-family: "FontAwesome";
            left: 0px;
            position: absolute;
            top: 4px;
            padding: 10px;
            bottom: 0px;
            height: 100%;
            
        }
        .example_menu a.expanded:after, ul.expando a.expanded:after {
            content: '\f068';
            font-family: "FontAwesome";
            left: 0px;
            position: absolute;
            top: 0px;
            padding: 10px;
            padding-top: 14px;
            bottom: 0px;
            height: 100%;
            background-color: #1A3D7C;
            
        }

        
		.example_menu a:hover, ul.expando a:hover {
			text-decoration: none;
		}
		.example_menu ul a, ul.expando ul a {
			border-top: 2px solid #fff;
			color: #000;
            font-weight: normal;            
			/* display: block; 
            /* padding: 2px 2px 2px 10px; /* - Causing links to appear on their own line - M. Burke 7/21/2016 */
    		/* width: 119px; */            
		}
		.example_menu ul a:link, ul.expando ul a:link {
			font-weight: bold;
		}
		.example_menu ul a:hover, ul.expando ul a:hover {
			text-decoration: underline;
		}
		.example_menu li.active a, ul.expando li.active a {
			
		}
		.example_menu li.active li a, ul.expando li.active li a {
			
		}
		#menu1 li.footer, ul.expando li.footer,
		.example_menu .footer {
			border-top: 2px solid #fff;
			height: 9px;
			line-height: 15px;
			margin: 0 0 10px 0;
			width: 131px;
		}
		.example_menu .footer span, ul.expando .footer span {
			display: none;
		}
        
        .example_menu .faq_question, ul.expando  .faq_question {
          -webkit-transition:background-color .5s ease;
	/* This color gets in the way of the transition to the lighter blue on expansion --background-color:#002949; */
	color:#fff!important;
	font-weight:700;
	text-decoration:none!important;
	transition:background-color .5s ease;
        }
        
        #example1 h3, div.expando h3 {
            margin-bottom: 20px !important;
            margin-top: 10px !important;
        }