.menu {
  background-color: #678915;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#678915), to(#3D3D3D));
  background-image: -webkit-linear-gradient(top, #678915, #3D3D3D);
  background-image: -moz-linear-gradient(top, #678915, #3D3D3D);
  background-image: -ms-linear-gradient(top, #678915, #3D3D3D);
  background-image: -o-linear-gradient(top, #678915, #3D3D3D);
  background-image: linear-gradient(top, #678915, #3D3D3D);
  clear: both;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#678915, endColorstr=#3D3D3D);
  margin: 0 auto;
}

.menu .current_page_item a,
.menu .current-menu-item a,
.menu .current_page_item a:hover {
  background-color: #678915;
}

.menu a:hover {
  background-color: #3D3D3D;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#678915), to(#678915));
  background-image: -webkit-linear-gradient(top, #678915, #678915);
  background-image: -moz-linear-gradient(top, #678915, #678915);
  background-image: -ms-linear-gradient(top, #678915, #678915);
  background-image: -o-linear-gradient(top, #678915, #678915);
  background-image: linear-gradient(top, #678915, #678915);*/
  color: #ffffff;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#678915, endColorstr=#678915);*/
}

a.blue {
  background-color: #678915; /* Dodger Blue */
  background-image: -webkit-gradient(linear, left top, left bottom, from(#678915), to(#678915));
  background-image: -webkit-linear-gradient(top, #678915, #678915);
  background-image: -moz-linear-gradient(top, #678915, #678915);
  background-image: -ms-linear-gradient(top, #678915, #678915);
  background-image: -o-linear-gradient(top, #678915, #678915);
  background-image: linear-gradient(top, #678915, #678915);
  border: 1px solid #115290;
  color: #ffffff;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#678915, endColorstr=#678915);
  text-shadow: 0 -1px 0 #115290;
}

a.blue:hover {
  background-color: #6E9216;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#6E9216), to(#6E9216));
  background-image: -webkit-linear-gradient(top, #6E9216, #6E9216);
  background-image: -moz-linear-gradient(top, #6E9216, #6E9216);
  background-image: -ms-linear-gradient(top, #6E9216, #6E9216);
  background-image: -o-linear-gradient(top, #6E9216, #6E9216);
  background-image: linear-gradient(top, #6E9216, #6E9216);
  border: 1px solid #1d5837;
  color: #ffffff;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#6E9216, endColorstr=#6E9216);
  text-shadow: 0 -1px 0 #1d5837;
}

#logo {
  float: left;
  margin: 0;
  max-width: 500px;
  height: auto; 
}
//width: 500px;
//max-width: 500px;
//height: auto; 