.meny, .meny ul
{
    margin: 0;
    padding: 0;
    background: #E60000;
    color: white;
    list-style: none;
    text-transform: none;
}

.meny
{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 30px;
    font-size: 13px;
}

.meny a
{
    display: block;
    height: 100%;
    color: white !important;
    text-decoration: none;
    cursor: pointer;
}

.meny a:hover
{
    background: white;
    color: #E60000 !important;
}

.meny > li
{
    display: block;
    float: left;
    height: 100%;
    border-right: 1px solid white;
    text-align: center;
}

.meny li.trigger
{
    position: relative;
    width: 30px;
    -moz-user-select: none;
    -webkit-user-select: none;
    user-select: none;
}

.meny > li:last-child
{
    float: right;
    border-right: none;
    font-size: 16px;
    font-weight: bold;
    margin-right: 5px;
    margin-top: 4px;
}

.meny:after
{
    display: table;
    clear: both;
    content: '';
}

.ikon
{
    display: inline-block;
    text-align: center;
    line-height: 1;
}

.ikon span
{
    width: 0;
    height: 0;
    display: block;
    overflow: hidden;
}

.menyikon
{
    margin-left: 5px;
    width: 30px;
    height: 30px;
    background-image: url('/bilder/meny.png');
    content: '';
}

.menyikon:hover, .menyikon:active, .menyikonAktiv
{
    background-image: url('/bilder/meny_aktiv.png') !important;
}

.menyen, .lokallagmeny
{
    width: 200px;
    position: fixed;
    top: 30px;
    background-color: white;
    bottom: 0px;
    left: 0px;
    border-right: 1px solid #E66969;
    z-index: 99;
}

.menyen ul, .lokallagmeny ul
{
    list-style: none;
}

.menyen li, .lokallagmeny li
{
    margin-top: 5px;
    margin-bottom: 5px;
    border-top: 1px solid #E66969;
    margin-left: -30px;
    display: block;
}

.menyen li:last-child, .lokallagmeny li:last-child
{
    border-bottom: 1px solid #E66969;
    padding-bottom: 5px;
}

.menyen li:first-child
{
    border-top: none;
    padding-right: 8px;
}

.lokallagmeny li:first-child
{
    border-top: none;
}

.menyen a, .lokallagmeny a
{
    color: #E60000 !important;
    text-decoration: none;
    font-weight: normal;
    display: block;
    margin-left: 10px;
    margin-top: 5px;
    cursor: pointer;
    font-weight: normal !important;
}

.menyen a:hover, .lokallagmeny a:hover
{
    font-weight: bold !important;
}

.hoved
{
    margin-top: 30px;
}
