.Container-top-left {
position : fixed;
float : left;
margin-top : 0;
margin-bottom : auto;
width : 50px;
height : 330px;
display : block;
background-color : #FFFFFF;
border : black solid 5px;
z-index : 3;
}

.menuShow {
    position:fixed;
    margin-top:61px;
    margin-left:-87%;
    width:90%;  
    height:80%;
    display:block;	
    background:url(../../Images/bg_Table_Cont.png)  no-repeat right scroll;
     background-color:#FFFFFF;
/*margin-top:345px;
    margin-left:5px;
    position:fixed;
    width:50px;
    height:50px;*/
    /*background-image: url(menu-ico.svg);*/
    z-index:5;
	
}

.menuClose {
    position:fixed;
    margin-top:61px;
    margin-left:-87%;
    width:90%;  
    height:80%;
    display:block;  
    background:url(../../Images/bg_Table_Cont.png)  no-repeat right scroll;
     background-color:#FFFFFF;
    /*margin-top:353px;
    margin-left:15px;
    position:fixed;
    width:25px;
    height:25px;
    display:block;
    background-image: url(close.svg);
    */
    z-index:3;
}
.Top {
    /*position:fixed;
    margin-top:61px;
    margin-left:-87%;
    width:90%;  
    height:80%;
    z-index:2;
     background:url(Images/bg_Table_Cont.png)  no-repeat right scroll;
     background-color:#FFFFFF;  */
position :fixed;
margin-top : 1em;
margin-left : 1em;
width : 90%;
height : auto;
z-index : 2;
background-color:rgba(255, 255, 255, 0.9);
 -webkit-backface-visibility: hidden; 
backface-visibility: hidden;
}

.Top ul {
display:inline-flex;
flex-flow:row wrap;
/*justify-content:space-around;
align-items:center;*/
    max-width: 90%;
    margin-left:1em;
}

.Top li {
align-self: flex-start;
flex-basis:10em;
list-style : none;
width:10em;
margin:1em;
/*margin-left : 0.4em;
margin-bottom:0.6em;
padding: 0.3em;
/*border-left: solid 0.3em #000000;*/
border-top:solid 1px #0020FF;
}

.Top a{
    text-decoration:none;
    text-transform: uppercase;
    font-family:'Open Sans', sans-serif;
    font-size: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
    line-height: 1.2em;
    line-height: 1.2em;
    color:#0020FF;
}


