header .top-bar {
    background: none repeat scroll 0% 0% rgb(236, 135, 14);
}

#header .main-header {
    background: none repeat scroll 0% 0% rgb(18, 66, 114);   
}

#current, .menu ul li a:hover, .menu ul > li:hover > a {
    border-bottom: 3px solid #40678E;
}
#current, .menu ul li a:hover, .menu ul > li:hover > a {
    background-color: rgb(236, 135, 14);
}

.menu ul ul {
    background-color: #40678E;
}
.menu ul ul li a:hover {
    background-color: rgb(255, 191, 0);
}


