@charset "UTF-8";
#navcontainer {
    width: 1000px;
    height: 30px;
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    opacity: 1;
    top: 0px;
}
#nav {
    width: 800px;
    height: 30px;
    margin-left: 10px;
    margin-top: 10px;
    float: right;
    margin-right: 23px;
    padding-top: 0px;
}
.navstyle {
    width: 83px;
    height: 21px;
    float: right;
    border-left: thin solid #FFFFFF;
    font-style: normal;
    text-align: center;
}
.navstyle1 {
    width: 125px;
    height: 21px;
    float: right;
    border-left: thin solid #FFFFFF;
    font-style: normal;
    text-align: center;
}
.navstyle h4 a {
    display: block;
    color: #FFFFFF;
    text-decoration: none;
    white-space: nowrap;
    font-size: small;
    font-weight: normal;
}
.navstyle1 h4 a {
    display: block;
    color: #FFFFFF;
    text-decoration: none;
    white-space: nowrap;
    font-size: small;
    font-weight: normal;
}
.navstyle h4 a:hover  {
    color: #EE070B;
    background-color: #000000;
}


/* Dropdown styling */
.header__nav__menu ul li {
    position: relative;
}

/* Show submenu on hover */
.has-submenu:hover .submenu {
    display: block;
}


/* Ensure the parent li is positioned relatively */
.header__nav__menu ul li {
    position: relative;
    display: inline-block;
}

/* Style the nested dropdown list */
.header__nav__menu ul li .dropdown {
    position: absolute;
    left: 0;
    top: 100%; /* Match your theme color */
    width: 200px;
    display: none; /* Hide by default */
    z-index: 99;
    padding: 10px 0;
    text-align: left;
    opacity: 1;
    background: rgba(0, 0, 0, 0.8);
}

/* Show the dropdown on hover */
.header__nav__menu ul li:hover > .dropdown {
    display: block;
}

/* Style the dropdown links */
.header__nav__menu ul li .dropdown li {
    display: block;
    margin-right: 0;
}

.header__nav__menu ul li .dropdown li a {
    padding: 8px 20px;
    color: #ffffff;
    display: block;
    font-size: 14px;
    text-transform: none;
}

.header__nav__menu ul li .dropdown li a:hover {
    color: #EFE919;
    font-weight: bold;
    text-decoration: underline;
}
.linkcolor {
    color: #FFFFFF;
}
