// JavaScript Document

function menuOver(this_){
  this_.style.backgroundColor="#55981d";
  
}
function menuOut(this_){
  this_.style.backgroundColor="#3b6715";
  
}
function menuOver2(this_){
  this_.style.backgroundColor="#b0fa97";
}
function menuOut2(this_){
  this_.style.backgroundColor="#55981d";
  
}
