.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;
     z-index:5;
 }*/
.menuShow {
    position:fixed;
    margin-top:345px;
    margin-left:5px;
    position:fixed;
    width:50px;
    height:50px;*/
    background:url(../../Images/bg_Table_Cont.png)  no-repeat right scroll;
    background-color:#FFFFFF;
    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;
    z-index:3;
    }*/
.menuClose {
    position:fixed;
    margin-top:353px;
    margin-left:15px;
    position:fixed;
    width:25px;
    height:25px;
    display:block;
    background:url(../../Images/bg_Table_Cont.png)  no-repeat right scroll;
    background-color:#FFFFFF;
    z-index:3;
    }
.Top {
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-reverse 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;
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;
}


