body {
 	background-color: #000;
 	margin: 0;
 	padding: 0;
	text-align: left;
  }
  #homenav{ 
  background-image: url(images/background.jpg);
  height: 500px;
  width: 800px;
  }
 
  #menu a {
  position: absolute;
  height: 40px;
  width: 127px;
  top: 133px; 
  left: 656px;
  text-decoration: none;
  }
 
  #menu a i 
  { visibility: hidden; 
  }
 
  
 a#home { left: 656px; top: 133px; }
 a#catalogue { left: 679px; top: 184px; }
 a#grind { left: 684px; top: 236px; }
 a#order { left: 685px; top: 286px; }
 a#schedule { left: 663px; top: 337px; }
 a#digs { left: 643px; top: 386px; }
 a#contact { left: 609px; top: 436px; }
 
 a#home:hover { background-image: url(images/homeglow.jpg); }
 a#catalogue:hover { background-image: url(images/catalogueglow.jpg); }
 a#grind:hover { background-image: url(images/grindglow.jpg); }
 a#order:hover { background-image: url(images/orderglow.jpg); }
 a#schedule:hover { background-image: url(images/scheduleglow.jpg); }
 a#digs:hover { background-image: url(images/digsglow.jpg); }
 a#contact:hover { background-image: url(images/contactglow.jpg); }
 
 a#home:hover ,
 a#catalogue:hover ,
 a#grind:hover ,
 a#order:hover ,
 a#schedule:hover ,
 a#digs:hover ,
 a#contact:hover  { border: none; }