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

a {
color: white;
}

a:hover {
color:red;
}

#menu-wrap ul {
    background-color: grey;
}

/* style the links for the top level */
#menu-wrap ul a, #menu-wrap ul a:visited {
    text-decoration:none; 
    border-right:1px solid #fff; 
}
/* top level items on hover */

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

#menu-wrap ul li a {
}

#menu-wrap ul li:hover a {
}

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


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

#menu-wrap a.trigger:hover {
    background-color: black;
}


/* style sections from the dropdown menus */
#menu-wrap li.section{
    background-color: black;
    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 {
    background-color: black;

}

          
/* style the second level hover */
#menu-wrap ul ul a:hover{
    background: black;

}

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

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

