/* style the menu navigation wrap  */
#menu-wrap {
    background-color: transparent;
} 

#menu-wrap a { color: white;
    font-size: 1.1em;
    text-transform: uppercase;
    }

#menu-wrap ul {
    color: white;
}

/* style the links for the top level */
#menu-wrap ul a, #menu-wrap ul a:visited {
    text-decoration:none; 
    color: white; 
    border-right:1px solid white; 
}
/* top level items on hover */
#menu-wrap ul li a:hover {    
    text-decoration: underline;               
    color: white;
    background-color: transparent;
}



#menu-wrap ul a:focus, #menu-wrap ul a:active {            
    color: white;
} 

/* style the top level hover */
#menu-wrap a:hover, #menu-wrap ul ul a:hover{
    color: white; 
}
#menu-wrap :hover > a, #menu-wrap ul ul :hover > a {
    color: white;    
    background: grey;
}


/* 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;
    padding-right: 20px;
    
}

#menu-wrap a.trigger:hover {
	background-color: grey;
	}


/* style sections from the dropdown menus */
#menu-wrap li.section{
    color: black;
    background-color: grey;
    font-weight: bold;  
    border: 1px solid white;      
} 
/* 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: grey;
    font-size: 1.1em;
   }

          
/* style the second level hover */
#menu-wrap ul ul a:hover{
    background:grey;
    color: white;
}
#menu-wrap ul ul :hover > a {
    background:grey
    color: white;
}

                                  
/* style selected page in the top menu */                                  
#menu-wrap li.selected_page{    
    color: #004D99;
    background-color: grey;
}

/* style selected subpage in the top menu */                                  
#menu-wrap li.selected_subpage{    
    color: white;
    background-color: grey;
    text-transform: uppercase;
}
#menu-wrap li.selected_subpage a, #menu-wrap li.selected_subpage a:visited{
    background-color: white;
}
#menu-wrap ul ul li a.selected{    
    background-color: #D0D8F0;
    color: #004D99;
}

