/* style the menu navigation wrap  */
#menu-wrap {
z-index: 1000;
height: 40px;
} 

#menu-wrap ul { 
	margin-left: -20px;
}

/* style the links for the top level */
#menu-wrap ul a, #menu-wrap ul a:visited {
    text-decoration:none; 
    color: #333;
}
/* top level items on hover */
#menu-wrap ul li:hover a, #menu-wrap ul a:focus, #menu-wrap ul a:active{    
    color: #333;
}

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


/* menu sections with children */
#menu-wrap a.trigger, #menu-wrap a.trigger:hover, #menu-wrap a.trigger:visited {
}


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

          
/* style the second level hover */
#menu-wrap ul ul a:hover{
    color: #333;
}
#menu-wrap ul ul :hover > a {
    color: #333;
}

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

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