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



#nav {
  margin: 0;
  padding: 0;
  width: 220px;
  height: 591px;
  background: #590000;
  float: left;
}
#nav ul {
  margin: 0;
  padding: 0;
  width: 218px;
  list-style: none;
}
#nav ul li {
  margin: 0;
  padding: 0;
  width: 218px;
  height: 38px;
  display: block;
}
#nav ul li a {
  margin: 0;
  padding: 0;
  width: 218px;
  height: 38px;
  display: block;
  background-position: top left;
  color: #750000;
  font-size: 1px;
  float: left;
}

#nav ul li a.homepage {
  background: url(/images/layout/nav/homepage.jpg) top left no-repeat;
}
#nav ul li a.homepage:hover {
  background-position: bottom left;
}

#nav ul li a.services {
  background: url(/images/layout/nav/services.jpg) top left no-repeat;
}
#nav ul li a.services:hover {
  background-position: bottom left;
}

#nav ul li a.testimonials {
  background: url(/images/layout/nav/testimonials.jpg) top left no-repeat;
}
#nav ul li a.testimonials:hover {
  background-position: bottom left;
}

#nav ul li a.about {
  background: url(/images/layout/nav/about.jpg) top left no-repeat;
}
#nav ul li a.about:hover {
  background-position: bottom left;
}

#nav ul li a.contact {
  background: url(/images/layout/nav/contact.jpg) top left no-repeat;
}
#nav ul li a.contact:hover {
  background-position: bottom left;
}

