 /* Zurb recommends customized css be called "app.css" */

.top-bar {
    background: #003366;
}


a {
    color: #0077AA;
}

      .top-bar-section ul li {
	  background: #003366;
}

      .top-bar-section ul li > a.button {
	  background-color: #005588;
	  border-color: #003366;
}

        .top-bar-section ul li > a.button:hover, .top-bar-section ul li > a.button:focus {
          background-color: #0077AA; }
        .top-bar-section ul li > a.button:hover, .top-bar-section ul li > a.button:focus {
          color: #FFFFFF; }

.top-bar-section {
    background-color: #005588;
}