menu {
    float: none;
    width: 100%;
    display: inline-block;
    padding-bottom: 7px;
    position: relative;
}

.natural {
    width: 100%;
    /*height: 200px;*/
}

.topmenutext {
    display: none;
}

.menucontent {
    overflow: auto;
    width: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    -webkit-overflow-scrolling: touch;
}

menu.selected {
    color: #F70D0D;
}

menu.fixed {
    position: relative;
}

menu.bottom {
    position: relative;
}

menuitem {
    font-size: 16px;
    display: block;
    padding-bottom: 10px;
    line-height: 1.3em;
    background: url(/images/article.png) no-repeat 0.5em 0em;
    padding-left: 2em;
    padding-right: 1.2em;
}

    menuitem.selected a {
        color: Red;
    }

    menuitem.notselected {
        color: Black;
    }

#mainmenu {
    background-color: white;
    text-align: center;
    vertical-align: middle;
}

menuheader h1 {
    width: 92%;
    font-size: 140%;
    margin-bottom: 0.8em;
    padding-bottom: 0.8em;
    border-bottom: 1px #ffffff solid;
    text-align: center;
    font-size: 170%;
    font-weight: lighter;
    background-color: transparent;
    color: black;
    padding: 15px 0 15px 0;
}

a {
    color: Black;
    text-decoration: none;
}

    a:hover {
        background-color: Red;
        color: Black;
        background-color: transparent;
    }
