#main-menu a {

  color: rgb(153, 153, 153);
  text-align: center;
  padding: 15px 10px;
  text-decoration: none;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: bold;
}

#main-menu a:hover {

  color: white;

}