#menu a {
   position: absolute;
   height: 20px;
   text-decoration: none;
}

#menu a em {
   visibility: hidden;
}

a#homepg {
   position: absolute;
   top: 226px;
   left: 41px;
   width: 36px;
}

a#homepg:hover {
   border-bottom: 1px solid #fff;
}

a#servicespg {
  position: absolute;
  top:  226px;
  left: 94px; 
  width: 55px;
}

a#servicespg:hover {
   border-bottom: 1px solid #fff;
}

a#makeoverspg {
   position: absolute;
   top: 226px;
   left: 161px;
   width: 75px;
}

a#makeoverspg:hover {
   border-bottom: 1px solid #fff;
}

a#about {
   position: absolute;
   top: 226px;
   left: 253px;
   width: 63px;
}

a#about:hover {
   border-bottom: 1px solid #fff;
}

a#projects {
   position: absolute;
   top: 226px;
   left: 335px;
   width: 57px;
}

a#projects:hover {
   border-bottom: 1px solid #fff;
}

a#renovations {
   position: absolute;
   top: 226px;
   left: 405px;
   width: 85px;
}

a#renovations:hover {
   border-bottom: 1px solid #fff;
}

a#workspg {
   position: absolute;
   top: 226px;
   left: 500px;
   width: 130px;
}

a#workspg:hover {
   border-bottom: 1px solid #fff;
}

a#contact {
   position: absolute;
   top: 226px;
   left: 641px;
   width: 80px;
}

a#contact:hover {
   border-bottom: 1px solid #fff;
}
