/*BEGIN TOP MENU STYLE*/

.invertedshiftdown{
    padding: 0;
    width: 100%;
    border-top: 5px solid #f89738;  /*Orange color theme*/
    background: transparent;
    voice-family: "\"}\"";
    voice-family: inherit;
}


.invertedshiftdown ul{
    margin:0;
    margin-left: 40px; /*margin between first menu item and left browser edge*/
    padding:0;
    list-style: none;
}

.invertedshiftdown li{
    display: inline;
    margin: 0 2px 0 0;
    padding: 0;
    text-transform:uppercase;
}

.invertedshiftdown a{
    float: left;
    display: block;
    font: bold 12px Arial;
    color: black;
    text-decoration: none;
    margin: 0 1px 0 0; /*Margin between each menu item*/
    padding: 5px 10px 9px 10px; /*Padding within each menu item*/
    background-color: white; /*Default menu color*/
    border-bottom: 8px solid white;
}

.invertedshiftdown a:hover{
    background-color: #f89738; /*Orange color theme*/
    color: white;
}

.invertedshiftdown .current a{ /** currently selected menu item **/
    background-color: #f89738; /*Orange color theme*/
    padding-top: 9px; /*Flip default padding-top value with padding-bottom */
    padding-bottom: 5px; /*Flip default padding-bottom value with padding-top*/
    border-bottom-color: #f89738;
    color: white;
}

/*END TOP MENU STYLE*/
