/* 
    Document   : responsive
    Created on : 22-apr-2013, 9:56:25
    Author     : bentveld
    Description:
        Purpose of the stylesheet follows.
*/

root { 
    display: block;
}


@media screen and (max-width:767px){
    #menuItems a{
        background-color:black;
    }
    #menuItems li{
        width:100%;
        left:-30px;
    }
    
    
    #menuItems ul{
        float:none;
        z-index: -10;
        margin-top: -59px;
    }
    
    #menuItems ul li a {
        width:100%;
        padding-left: 106px;
    }
    
    
    #headBanner{
        margin-top:30px;
    }
}