﻿.nav,
.nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
/* Top level nav */
.nav {
    margin: 0;
    font-family: 'Times New Roman';
    font-size: 1.2rem;
    line-height: 2.76923077rem;
    font-weight:400;
    text-transform:none;
    margin-top:1rem;
    letter-spacing:0;
    float:right;
}

    /* Dropdowns */
    .nav ul {
        position: absolute;
        top: 100%;
        left: -1.53846154rem;
        display: none;
        min-width: 239px;
        background: #FFF;
        color: #000;
        padding: 0.92307692rem 0 0.92307692rem;

        margin: 2px 0 0;
        list-style: none;
        font-size: 1.07692308rem;
        font-weight: 300;
        text-align: left;
        line-height: 2.76923077rem;
    }

    .nav li {
        float: left;
        position: relative;
    }

        /* Top level nav items */
        .nav li > a {
            float: left;
            border-bottom: 0.46153846rem solid transparent;
            /*padding: 14px 25px !important;*/
            line-height:1;
            /*border-left: 1px solid rgba(255,255,255,0.4);
            border-right: 1px solid rgba(0,0,0,0.2);*/
            /*color: #000 !important;
            font-family: 'Open Sans Condensed', sans-serif;
            font-weight: bold;
            font-size: 18px;
            text-shadow: none;
            text-decoration: none;
            text-transform: uppercase;*/
        }

            /* Top level hover state, preserve hover state when hovering dropdown  */
            .nav li > a:hover,
            .nav li > a:focus,
            .nav li:focus > a,
            .nav li:hover > a {
                /*background: #260126;*/
                border-bottom-color:#E7C52F;
                outline: 0;
            }



        .nav li:hover ul,
        .nav li:focus ul,
        ul.show-menu {
            left: 0;
            display: block;
        }
    /* Dropdowns */
    .nav ul li {
        float: none;
        position: static;
        padding-left: 0.76923077rem;
        line-height: 22px;
    }

    .nav ul a {
        /*float: none;*/
        /*transition: 0.3s;*/
        color: #000 !important;
        display: block;
        line-height: 17px;
        padding-left: 1rem;
        /*line-height: 17px;
        font-size: 14px;*/
        /*text-shadow: none;*/
        /*border: 1px solid #222;*/
        /*border-width: 0 0 1px;*/
        /*-webkit-transition: 0.1s linear all;*/
        /*padding: 0px 30px 0px 30px!important;*/
        position: relative;
        text-transform: none;
        width: 239px;
        border-left: 0.46153846rem solid transparent;
    }



        .nav ul a:hover,
        .nav ul a:focus {
            /*background: #59323C;
            color: #FFF !important;
            text-shadow: none;*/
            text-decoration: none;
            border-bottom-color: #fff;
            border-left-color: #E7C52F;
        }

.m1 {
    width: 32px !important;
    margin: 0 0 0 0 !important;
    height: 20px !important;
    padding: 0 0 0 0 !important;
}
a.skip-main {
    left: -999px;
    position: absolute;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
    z-index: -999;
}

    a.skip-main:focus, a.skip-main:active {
        color: #fff;
        background-color: #000;
        left: auto;
        top: auto;
        width: 30%;
        height: auto;
        overflow: auto;
        margin: 10px 35%;
        padding: 5px;
        border-radius: 15px;
        border: 4px solid yellow;
        text-align: center;
        font-size: 1.2em;
        z-index: 999;
    }