/* Non-main nav only: adapt item width to text length, keep original visual style */

ul.navigation[id^="nav_layer"]:not(#nav_layer2) {
    white-space: nowrap !important;
}

ul.navigation[id^="nav_layer"]:not(#nav_layer2) > li.wp_subtop {
    float: none !important;
    display: inline-block !important;
    vertical-align: top !important;
    width: auto !important;
    min-width: 0 !important;
}

ul.navigation[id^="nav_layer"]:not(#nav_layer2) > li.wp_subtop > a,
ul.navigation[id^="nav_layer"]:not(#nav_layer2) > li.wp_subtop > a:hover,
ul.navigation[id^="nav_layer"]:not(#nav_layer2) > li.wp_subtop > a.ahover {
    display: inline-block !important;
    width: auto !important;
    white-space: nowrap !important;
    overflow: visible !important;
}

ul.navigation[id^="nav_layer"]:not(#nav_layer2) > li.wp_subtop > a > span {
    display: inline !important;
    white-space: nowrap !important;
    overflow: visible !important;
}

ul.navigation[id^="nav_layer"]:not(#nav_layer2) > li.wp_subtop:hover,
ul.navigation[id^="nav_layer"]:not(#nav_layer2) > li.wp_subtop.lihover {
    background-size: 100% 100% !important;
}

/* Home page only: center align the non-main category navigation */
#nav_layerDC8C7011DD2A7943083D71D9F452DC13 {
    text-align: center !important;
}
