.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 {
    margin-top:61px;
    margin-left:5px;
    position:fixed;
    width:50px;
    height:160px;
    display:block;  
    /*background-image: url(menu-ico.svg);*/
    background:url(../../Images/bg_Table_Cont.png)  no-repeat right scroll;
    background-color:#FFFFFF;
    z-index:5;
    
}

.menuClose {
    margin-top:61px;
    margin-left:5px;
    position:fixed;
    width:50px;
    height:160px;
    display:block;
    /*background-image: url(close.svg);*/
    background:url(../../Images/bg_Table_Cont.png)  no-repeat right scroll;
    background-color:#FFFFFF;
    z-index:3;
}
.Top {
position :fixed;
margin-top : 2em;
margin-left : 4em;
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-reverse wrap;
justify-content:space-around;
align-items:center;
}

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

.Top a{
font-family: 'Droid Sans', sans-serif;
text-decoration:none;
font-size:0.7em;

}