﻿img.menuicon
{
    display:inline-block;
}
div.menu_icon_right , div.menu_right
{
    float:right;
    margin-right:3px;
    margin-top:10px;
    /*border:1px dashed teal; */
    text-align:right;
}
div.menu
{
    margin-left:5px;
    margin-right:5px;
    color:Gray;
    display:inline-block;
    font-size:small;
    cursor:pointer;
}
div.menusel 
{
    margin-left:5px;
    margin-right:5px;
    color:#4d5618;
    font-weight:bold;
    display:inline-block;
    font-size:small;
    cursor:pointer;

}
div.maintain_top
{
    position:fixed;
    display:block;
    width:100%;
    background-color:#EEEEEE;
    border-bottom:1px dashed LightGrey;
    top:0px;
    vertical-align:middle;
}
div.menu_center
{
    margin:5px auto 0px auto;
    /*border:1px dashed brown; */
}

div.content_left 
{
    margin-left:3px;
    margin-top:auto;
    margin-bottom:auto;
    /*border:1px dashed green;*/
}

@media (min-width:320px) 
{
    div.content_left
    {
        display:none;
    }
    display.menu_icon_right
    {
        width:99%;
    }
    div.maintain_top
    {
        height:10%;
    }
    /* img.logo
    {
        height:45%;
        bottom:30%;
        position:absolute;     
    } */
    img.menuicon 
    {
        height:60%;
        margin-top:4%;
    }
    div.menu_right
    {
        display:none;
    }
    div.menu_center
    {
        width:85%;
    }
}
@media (min-width:900px) 
{
    /*img.menuicon 
    {
        height:80%;
    }*/
    div.menu_center
    {
        width:80%;
    }
    div.menu_icon_right
    {
        margin-top:6px;
    }
}    

@media (min-width:1100px)  
{
    div.maintain_top
    {
        height:40px;
    }
    div.content_left 
    {
        height:100%;
        display:inline-block;
        position:relative;
    }
    img.logo 
    {
        height:85%;
        bottom:10%;
        position:absolute;
    }
    div.menu_icon_right
    {
        display:none;
    }
    div.menu_right 
    {
        display:inline-block;
        width:70%; 
        margin-top:5px;
    }
    div.menu_center
    {
        width:70%;
    }
}

@media (min-width:1600px) 
{
    div.menu_center
    {
        width:93%;
    }
}

