/* Author: 

*/

// $(".slideshow").cycle();
$("nav li").hover(function(event) {
  $(this).css("background-color: white;");
}, function(event) {
  $(this).css("background-color: #00597D;");
});
if ($("#map").length > 0) {

};






















