#BrandingMenuSelect {
    float:left;
    display: none;
}
#strLoginResp {
    float: left;
    display: none;
}
#BrandingMenuTabs 
{
    display: inline;
}

@media screen and (max-width: 830px)
{
    .brandingmenu_background 
    {
        padding-bottom:5px;
        padding-left:5px;
    }
    #BrandingMenuSelect {
        float:none;
        display:inline;
        width:305px;
        height:25px;
    }
    #strLoginResp {
        float: none;
        display: inherit;
        width: 100%;
    }
    #BrandingMenuTabs 
    {
        display: none;
    }
}