﻿
.menuTab {
    height: 80px;
    background-color: #eeeeee;
}

.hamburger {
    background: none;
    position: absolute;
    top: 10px;
    right: 10px;
    line-height: 45px;
    _padding: 8px 20px 0px 20px;
    color: #333;
    border: 0;
    font-size: 2.7em;
    font-weight: bold;
    cursor: pointer;
    outline: none;
    z-index: 10000000000000;
    height: 40px !important;
}

.cross {
    background: none;
    position: absolute;
    top: 40px;
    right: 10px;
    _padding: 8px 20px 0px 20px;
    color: #333;
    border: 0;
    font-size: 6em;
    line-height: 65px;
    font-weight: bold;
    cursor: pointer;
    outline: none;
    z-index: 10000000000000;
}

.menu {
    z-index: 1000000;
    font-weight: bold;
    font-size: 0.8em;
    width: 100%;
    background: #f1f1f1;
    position: absolute;
    text-align: center;
    font-size: 12px;
}

    .menu ul {
        margin: 0;
        padding: 0;
        list-style-type: none;
        list-style-image: none;
    }

    .menu li {
        display: block;
        padding: 15px 0 15px 0;
        border-bottom: #dddddd 1px solid;
    }

        .menu li:hover {
            display: block;
            background: #ffffff;
            padding: 15px 0 15px 0;
            border-bottom: #dddddd 1px solid;
        }

    .menu ul li a {
        text-decoration: none;
        margin: 0px;
        color: #333;
    }

        .menu ul li a:hover {
            color: #333;
            text-decoration: none;
        }

    .menu a {
        text-decoration: none;
        color: #333;
    }

        .menu a:hover {
            text-decoration: none;
            color: #333;
        }


    @media (max-width: 490px) {

        .hamburger {
            background: none;
            position: absolute;
            top: 1px;
            right: 1px;
            line-height: 15px;
            color: #333;
            border: 0;
            font-size: 2.2em;
            font-weight: bold;
            cursor: pointer;
            outline: none;
            z-index: 10000000000000;
            height: 40px !important;
        }

        .cross {
            background: none;
            position: absolute;
            top: 0px;
            right: 0px;
           
            color: #333;
            border: 0;
            font-size: 4em;
            line-height: 15px;
            font-weight: bold;
            cursor: pointer;
            outline: none;
            z-index: 10000000000000;
        }

    }
}