/*
Theme Name: Avada
Description: Child theme for Mark Twain
Author: Claudine Richmond
Author URI: http://www.localtoolbox.com
Template: Avada
Version: 1.0.0
Text Domain:  Avada
*/

#menu-top-navigation li.current_page_item + li, #menu-top-navigation li.current-page-ancestor + li {
    /* Active off TopNav Residential. */
    background-color:#003152;
}
#menu-top-navigation li:last-of-type {
    /* Active on TopNav Residential. */
    background-color:#004679;
}
#menu-top-navigation li.current_page_item, #menu-top-navigation li.current-page-ancestor {
    /* Active on TopNav Business. */
    background-color:#004679;
}
#menu-top-navigation li:first-of-type {
    border-left:1px solid white;
}
#menu-top-navigation li:last-of-type {
    border-right:1px solid white;
}