

#navi {
   border:1px;height:100%;float:left;display:block;margin:0px;
}
#topbalk, #container2 { 
    overflow:hidden;border:0px solid #000000;   
    margin:0px;margin-left:2%;margin-right:2%;
}
#navi{
    background-color: #428bca;
    top:0;
    font-size:87%;
  
    
    -webkit-transition: left 0.5s ease 0s;
    -moz-transition: left 0.5s ease 0s;
    -ms-transition: left 0.5s ease 0s;
    -o-transition: left 0.5s ease 0s;
    transition: left 0.5s ease 0s;
    margin-right:2%;
    overflow:show;
    height:100%;
}
#wrapper div.nav-open{
    background-color: #f36c1f;
    background-color: #c63D0f;
    height: 100%;
 
    top: 0;
    z-index: 300;
 
    min-height: 1100px;
}

