/* style the menu navigation wrap  */
#menu-wrap {
	width: 860px;
} 

#menu-wrap ul {
    background-color: #6382b5;
}

/* style the links for the top level */
#menu-wrap ul a {
   	text-decoration:none; 
    color:#ffffff; 
    width: 120px;
	margin-right: 12px;
	background-color: #6382b5;
	padding: 0 0 0 10px;
}

#menu-wrap ul a:visited {
   	text-decoration:none; 
    color:#ffffff; 
    width: 120px;
	margin-right: 12px;
	padding: 0 0 0 10px;
}


/* top level items on hover */
#menu-wrap ul li:hover a, #menu-wrap ul a:focus, #menu-wrap ul a:active{    
    background-color: #005698;               
    color: #ffffff; 
}

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


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



/* menu sections with children */
#menu-wrap a.trigger, #menu-wrap a.trigger:hover, #menu-wrap a.trigger:visited {
    background-repeat: no-repeat;
    background-position: right center;
}


/* style sections from the dropdown menus */
#menu-wrap li.section{
   color: #00478a;
    font-weight: normal;
	background: #f3f3f3;            
} 
/* style sections from the dropdown menus */


/* style the second level links */
#menu-wrap ul ul a, #menu-wrap ul ul a:visited {
    color: #00478a !important;
    background: #b1c1da !important;
}

          
/* style the second level hover */
#menu-wrap ul ul a:hover{
    background: #c9d3e5!important;
	color: #00478a !important;
}
#menu-wrap ul ul :hover > a {
    background:#c9d3e5 !important;
	color: #00478a !important;
}
                                  

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

/* style sidebar navigation */

#sidebar-navigation h4{
	background: #005698;
	color: #FFFFFF;
	font-size: 1em;
	font-weight: normal;
	padding: 0 0 0 8px;
	margin: 0 0 3px 0;
	display:block;
	line-height: 20px;
}

#sidebar-navigation h4 a{
	background: #005698;
	color: #FFFFFF;
	}



.cms-nav-bc a, .cms-nav-bc a:visited{
    /* trail navigation links */
}
.cms-nav-bc a:hover, .cms-nav-bc a:focus, .cms-nav-bc a:active{
    /* trail navigation links hover */
}
.cms-nav-bc{
    /* trail navigation links hover - not linked */
}