


.nav {
    background-color: #1B70AC;
}

header, #header, footer, .whats-new-secondary  {
    background-color: #014a79!important;
}


.nav ul ul {
    background: #1B70AC;
}

.nav ul ul a:hover, .nav ul ul a.selected, .menu-bread-crumbs a:hover {
    background-color: #125f98;
    color: #FED956;
}

.nav ul ul ul {
    position: absolute;
    left: 33%;
    top: 0;
    background: #125f98;
    height: 100%;
}

.nav ul li a.selected:link, .nav ul li a.selected:visited {
    color: #FFEEAD!important;
	font-weight: 700;
}

.nav ul li a:hover {
    color: #FFEEAD;
}

.nav ul ul ul ul {
    background: #054e82;
}

.nav ul ul ul a:hover, .nav ul ul ul a.selected {
    background: #054e82;
}