/* style the menu navigation wrap  */
#menu-wrap {
    background-color: transparent;
} 

a {color: black;}

#menu-wrap ul {
    background-color: #8D1A13;
    color: black;
}

/* style the links for the top level */
#menu-wrap ul a, #menu-wrap ul a:visited {
    text-decoration:none; 
    color: black; 
    border-right:1px solid #8D1A13; 
}
/* top level items on hover */
#menu-wrap ul li a:hover {    
    background-color: #8D1A13;               
    color: white;
}



#menu-wrap ul a:focus, #menu-wrap ul a:active {
    background-color: #8D1A13;               
    color: black;
} 

/* style the top level hover */
#menu-wrap a:hover, #menu-wrap ul ul a:hover{
    color: black; 
    background:#8D1A13;
}
#menu-wrap :hover > a, #menu-wrap ul ul :hover > a {
    color: black; 
    background:#8D1A13;    
}


/* menu sections with children */
#menu-wrap a.trigger, #menu-wrap a.trigger:hover, #menu-wrap a.trigger:visited {
    background-image: url(../img/cms-nav-dark-s.gif);
    background-repeat: no-repeat;
    background-position: right center;
    
}


/* style sections from the dropdown menus */
#menu-wrap li.section{
    color: black;
    background-color: #8D1A13;
    font-weight: bold;        
} 
/* style sections from the dropdown menus */


/* style the second level links */
#menu-wrap ul ul a, #menu-wrap ul ul a:visited {
    color: black;
    background-color: #8D1A13;
}

          
/* style the second level hover */
#menu-wrap ul ul a:hover{
    background:#8D1A13;
    color: white;
}
#menu-wrap ul ul :hover > a {
    background:#8D1A13
    color: white;
}

                                  
/* style selected page in the top menu */                                  
#menu-wrap li.selected_page{    
    color: #004D99;
    background-color: #8D1A13;
}

/* style selected subpage in the top menu */                                  
#menu-wrap li.selected_subpage{    
    color: black;
    background-color: #8D1A13;
}
#menu-wrap li.selected_subpage a, #menu-wrap li.selected_subpage a:visited{
    background-color: #B3D9FF;
}
#menu-wrap ul ul li a.selected{    
    background-color: #D0D8F0;
    color: #004D99;
}

