	.header .menu-button-container nav
	{
        position: relative;
		z-index: 5;
		text-align: center;
		font-size: 24px;
		line-height: 50px;
		margin-top: 80px;
		
    }
	.header .menu-button-container nav a
	{
		
	}
	.header .menu-button-container nav:not( :target )  a:first-of-type,
	.header .menu-button-container nav:target  a:last-of-type
	{
		display: block;
		
	}
 
    /* first level */
 
    .header .menu-button-container nav  ul
	{
        height: auto;
        display: none;
        position: absolute;
        /* left: -70px; */
        right: 0;
		color: #444;
		color: rgba( 0, 0, 0, .75 );
		background-color: rgba(0,82,145, .9 );
		height: 50px;
    }
	.header .menu-button-container nav:target  ul
	{
		display: block;
		height: 50px;
	}
	.header .menu-button-container nav  ul  li
	{
		height: 50px;
		width: 100%;
		float: none;
		background-color: rgba(0,82,145, .9 );
		
		border-style: solid;
		border-color: #fff;
		border-width: 0px 0px 1px 0px;
		
		padding-right: 20px;
	}

	.header .menu-button-container nav  ul li a
	{
		color: #fff;
		text-decoration: none;
	}
	
	