div#nav {
        background-color: #003d62 !important;
}

div#nav_main {
	background-color: #003d62 !important;
}

#nav_main ul li#current {
    /* Repeat the main color from the image */
    background: #003d62;
  }
#nav_main ul li a,
#nav_main ul li strong {
   background: transparent;
   color: #FFFFFF;
}
#nav_main ul li a:focus {
    background: #00A0BE;
    color: #FFFFFF;
    text-decoration: none;
  }
#nav_main ul li a:hover,
#nav_main ul li a:active {
    background: #0666B2;
    color: #A7E0E9;
}

#nav_main ul {
     border-left: 0px;
}

#nav_main ul li
{
     border-left: 0px;
}

h2 a {
   color: #007789 !important;
}

p.tools a, p.source a, p.author.a {

   color: #00A0BE !important;
}

a {
   color: #00A0BE;
}

header { padding: 0px; }

#footer {
   background: #003d62;
}
