#head nav:first-of-type {
    float: right;
}

#head nav:last-of-type {
    float: left;
}

#navigation {
    display: none;
}
nav {
    color: #ffffff;
    font-size: 18pt;
    position: relative;
    height: 40px;
}

nav ul ul {
    display: none;
}

nav ul {
    list-style: none;
    position: relative;
    display: inline-table;

}

nav ul:after {
    content: "";
    clear: both;
    display: block;
}


nav ul li:hover {
    background: #8b949f;
}
nav ul li.nohover:hover {
    background: none !important;
}

nav ul li:hover a {
    color: #ffffff;
}

nav ul li a {
    display: block;
    padding: 17px 10px;
    color: #ffffff;
    text-decoration: none;
    text-align: left;
    font-family: "marionregular" !important;
}

nav ul ul {
    padding: 0;
    position: absolute;
    /* top: 100%; */
    background: transparent;
}

nav ul ul div {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
    -khtml-opacity: 0.7;
    opacity: 0.7;

    background-color: #000;
    width:  100%;
    height: 100%;
    display: block;
    z-index: 1;
    position: absolute;
    top: 0px;
    left:0px;
    pointer-events: none;
}

nav ul ul li {
    float: none;
    position: relative;
    z-index: 2;
}

nav ul ul li a {
    padding: 10px 30px !important;
    color: #ffffff;
    font-family: "marionitalic" !important;
}

nav ul ul li a:hover {
    background: #ba883d;
}

nav ul ul ul {
    position: absolute;
    left: 100%;
    top:0;
}
.ar, .arselected {
    position: relative;
}

.ar:after, .arselected::after {
    font-weight: bold;
    position: absolute;
    color: #ffffff;
    right: 35px;
    font-size: 16pt;
    top: 12px;
}

.ar:after {
    content: "\25B8";
}

.arselected:after {
    content: "\25BE";
}
