/* overrides from /webassets/css/ulNav.css */


    .explorerMenu li.daddy ul li {
        padding:0;}
                    
/* style for href in the first span */
.explorerMenu li span a {
    color:#fff;}
        
        .explorerMenu li.current span {
            background:#887c69;}
            
            .explorerMenu li.current ul span {
                background:none;}
    
            /* the child menu is deployed - change something on the expand button href */
            .explorerMenu li span.expandButton a.expanded, 
            .explorerMenu li span.expandButton a.expanded:hover {
                background:transparent url(/images/nav_expanded.png) no-repeat center center;}
                
            /* the child menu is collapsed, set the image on the expandButton a */
            .explorerMenu li span.expandButton a,
            .explorerMenu li span.expandButton a:hover {
                background:transparent url(/images/nav_collapsed.png) no-repeat center center;}

            

    
/* hover style for href in the first span */
.explorerMenu li span a:hover, .explorerMenu li span a.current {
    color:#f6cb00;
    background:transparent;}

/* root (first-level) hrefs in first span */
.explorerMenu li span a.root {
    font-weight:bold;}

    /* highlight for root nodes */
    .explorerMenu a.root.current {
        color:#fff;}

 
