/* CSS Document */

#nav {
  margin: 162px 0 0 0;
  padding: 0;
  width: 850px;
  height: 36px;
  list-style: none;
}
#nav li {
  height: 36px;
  float: left;
  position: relative;
}
#nav li a {
  margin: 0;
  padding: 0;
  height: 36px;
  display: block;
  float: left;
  background: url(/images/layout/tab_left.jpg);
  color: #000066;
  text-indent: -999em;
  text-decoration: none;
}
#nav li a#home {
  width: 214px;
  background: url(/images/layout/nav/home_page.jpg);
}
#nav li a#home:hover {
  background-position: left bottom;
}
#nav li a#products {
  width: 212px;
  background: url(/images/layout/nav/products.jpg);
}
#nav li a#products:hover {
  background-position: left bottom;
}
#nav li a#support {
  width: 214px;
  background: url(/images/layout/nav/support.jpg);
}
#nav li a#support:hover {
  background-position: left bottom;
}
#nav li a#contact {
  width: 210px;
  background: url(/images/layout/nav/contact_us.jpg);
}
#nav li a#contact:hover {
  background-position: left bottom;
}
