#menu a {
position: absolute;
height: 20px;
text-decoration: none;
display: inline-block;
}
/*
#menu a em {
visibility: hidden;
}
*/

#menu a em {
display: none;
}
a#homepg {
position: absolute;
top: 226px;
left: 41px;
width: 36px;
}
a#homepg:hover {
border-bottom: 1px solid white;
}
a#servicespg {
position: absolute;
top: 226px;
left: 94px;
width: 55px;
}
a#servicespg:hover {
border-bottom: 1px solid white;
}
a#makeoverspg {
position: absolute;
top: 226px;
left: 161px;
width: 75px;
}
a#makeoverspg:hover {
border-bottom: 1px solid white;
}
a#about {
position: absolute;
top: 226px;
left: 253px;
width: 63px;
}
a#about:hover {
border-bottom: 1px solid white;
}
a#projects {
position: absolute;
top: 226px;
left: 335px;
width: 57px;
}
a#projects:hover {
border-bottom: 1px solid white;
}
a#renovations {
position: absolute;
top: 226px;
left: 405px;
width: 85px;
}
a#renovations:hover {
border-bottom: 1px solid white;
}
a#workspg {
position: absolute;
top: 226px;
left: 500px;
width: 130px;
}
a#workspg:hover {
border-bottom: 1px solid white;
}
a#contact {
position: absolute;
top: 226px;
left: 641px;
width: 80px;
}
a#contact:hover {
border-bottom: 1px solid white;
}