

a.menu_g:link{
    text-align:center;
    background-color: black;
    color:white;
    text-decoration:none;
    font-family:Trebuchet MS;
      }
        
a.menu_g:visited{
    text-align:center;
    background-color: black;
    color:white;
    text-decoration:none;
    font-family:Trebuchet MS;
   }

a.menu_g:hover{
    text-align:center;
    background-color: black;
    color:#FEB621;
    text-decoration:none;
    font-family:Trebuchet MS;

    } 

a.menu_g:active{
    text-align:center;
    background-color: black;
    color:orange;
    text-decoration:none;
    font-family:Trebuchet MS;
 
    } 
    
/* for a mozilla better display with key nav */
a.menu_g:focus{
    background-color: black;
    color:#FEB621;
    text-decoration:none;
    font-family:Trebuchet MS;
  
}

a.linkOver{
    background-color: black;
    text-align:center;
    font-family:Trebuchet MS;
    }

