a.obdNav{
    display: block;
    color: #ffffff;
    text-decoration: none;
    text-align: center;
    height: auto;
    width: fit-content;
    font-size: 14px;
    float: left;
    padding: 14px 16px;
}
/*a.fold-nav{
    color: #ffffff;
    text-align: center;
    font-size: 14px;
    font-weight: 525;
    margin-left: 16px;

}*/
a.fold-nav-ordered, a.fold-nav{
    display: block;
    color: #ffffff;
    text-align: center;
    height: auto;
    width: fit-content;
    font-size: 14px;
    text-decoration: none;
    float:left;
    margin-left:7px
}

nav.obdNav{
    margin-left: 0%;
    margin-right: 0%;
    margin-bottom: 1vh;
    font-size: 18px;
    font-weight: 525;
    padding-bottom: 12px;
    height: 30px;
    background-color: #263048;
    padding-top: 1px;
    overflow: hidden;
}

a.obdNav:hover{
    color: #818181;  
}

a.obdNav.selected{
    color:#000000;  
}

/*
div.dropdown{
    overflow: hidden;
    display: inline-block;
    max-width: 10vw;
    margin-top: 0px;
    height:100%;

}*/
div.dropdown-ordered, div.dropdown{
    overflow: hidden;
    display: inline-block;
    /*max-width: 10vw;*/
    width: fit-content;  
    margin-top: 0px;
    padding-left: 0px;
    height:100%;
    cursor: default;
}


div.drop-img{
    display: inline-block;
    padding-top: 5px;
    padding-left: 3px;
    float:right;  
}
img.drop-img-alt{
    display: none;
}
div.dropdown-ordered:hover > div.drop-img > img.drop-img{
    display: none;
}
div.dropdown-ordered:hover > div.drop-img > img.drop-img-alt{
    display: inline-block;
}


div.navDiv{
    display: inline-block;
    width: fit-content;
}
div.dropdown-ordered:hover > div.dropdown-content-ordered{
    display: block;
}
div.dropdown-ordered:hover > div > a.fold-nav-ordered{
    color: #818181;
}

div.dropdown-content-ordered, div.dropdown-content{
    display: none;
    z-index: 1;
    position: absolute;
    background-color: #263048;
    /*min-width: 160px;
    max-width: fit-content;*/
    width: fit-content;
    padding-bottom: 0px;
    margin-top:  7px;
    border-radius: 5px;
    /*border-style: solid;
    
    border-width: 2px;
    border-color: #000000;*/
}
div.drop-item-ordered:last-child, div.drop-item:last-child{
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}
/*
div.dropdown-content{
    display: none;
    z-index: 1;
    position: absolute;
    background-color: #263048;
    min-width: 160px;
    max-width: fit-content;
    padding-bottom: 5px;
}
*/
div.dropdown:hover div.dropdown-content{
    display: block;
}


a.drop-item-ordered, a.drop-item{
    float: none;
    display: block;
    text-align: left;
    color: #ffffff;
    text-decoration: none;    
    font-size: 14px;
    width: fit-content;
/*    margin-left: 7px;
    margin-right: 16px;
    margin-top: 12px;
*/
}
div.drop-item-ordered, div.drop-item{
    float: none;
    display: block;
    width: 100%;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    cursor: pointer;

}

div.drop-item-ordered:hover, div.drop-item:hover{
    background-color: #ff8848;

}
a.drop-item-ordered, a.drop-item{
    width: 100%;
    height: 100%;
    display: block;
/*    margin-left: 7px;
    margin-right: 3px;
 */   
    padding-top: 6px;
    padding-bottom: 6px;
    padding-left: 7px;
    padding-right: 5px;
    
}
/*a.drop-item-ordered, a.drop-item{
    margin-left: 7px;
    margin-right: 3px;
}*/
/*
a.drop-item{
    float: none;
    display: block;
    text-align: left;
    color: #ffffff;
    text-decoration: none;    
    font-size: 14px;
    width: fit-content;
    margin-left: 16px;
    margin-right: 16px;
    margin-top: 12px;

}
*//*
a.drop-item:hover, a.drop-item-ordered:hover{
  color: #000000;
    border-style: solid;
    border-color: #ffffff;
    border-radius: 5px;
    border-width: 2px;
}
*/