/* CSS Document */
/* Author: Andy Asberry, Ciphertek Systems, LLC, 2010 */



#nav {
  margin: 0;
  padding: 20px 0 20px 0;
  width: 272px;
  position: relative;
  left: 43px;
  float: left;
}
#nav ul {
  margin: 0;
  padding: 0;
  width: 272px;
  list-style: none;
  float: left;
}
#nav ul li {
  margin: 0 0 10px 0;
  padding: 0;
  width: 272px;
  height: 53px;
  float: left;
}
#nav ul li a {
  margin: 0;
  padding: 13px 0 0 0;
  width: 272px;
  height: 40px;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 2.2em;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  color: #FFFFFF;
  float: left;
}


#nav_home {
  background: url(/images/layout/nav/nav_home.png) center -53px no-repeat;
}
#nav_home:hover {
  background-position: center center;
}

#nav_credentials {
  background: url(/images/layout/nav/nav_credentials.png) center -53px no-repeat;
}
#nav_credentials:hover {
  background-position: center center;
}

#nav_services {
  background: url(/images/layout/nav/nav_services.png) center -53px no-repeat;
}
#nav_services:hover {
  background-position: center center;
}

#nav_quote {
  background: url(/images/layout/nav/nav_quote.png) center -53px no-repeat;
}
#nav_quote:hover {
  background-position: center center;
}

#nav_radon {
  background: url(/images/layout/nav/nav_radon.png) center -53px no-repeat;
}
#nav_radon:hover {
  background-position: center center;
}

#nav_contact {
  background: url(/images/layout/nav/nav_contact.png) center -53px no-repeat;
}
#nav_contact:hover {
  background-position: center center;
}