/* CSS Document */
/* Author: Andy Asberry, Ciphertek Systems, 2008 */

#nav {
  margin: 158px 0 0 0;
  padding: 0 0 0 0;
  width: 639px;
  list-style: none;
  font-family: Arial;
  font-size: 13px;
  clear: both;
  float: right;
}

#nav li {
  margin: 0;
  padding: 3px 1px 0 1px;
  height: 19px;
  display: block;
  float: left;
  text-align: center;
}

#nav li a {
  margin: 0;
  padding: 0;
  color: #FFFFFF;
  text-decoration: none;
  text-align: center;
  font-weight: bold;
}

#home {
  width: 56px;
  height: 25px;
  background: url(/images/layout2008/nav/nav_home2.jpg) top left no-repeat;
}
#customer {
  width: 129px;
  height: 21px;
  background: url(/images/layout2008/nav/nav_customer2.jpg) top left no-repeat;
}
#products {
  width: 150px;
  height: 21px;
  background: url(/images/layout2008/nav/nav_products2.jpg) top left no-repeat;
}
#community {
  width: 140px;
  height: 21px;
  background: url(/images/layout2008/nav/nav_community2.jpg) top left no-repeat;
}
#contact {
  width: 75px;
  height: 21px;
  background: url(/images/layout2008/nav/nav_contact2.jpg) top left no-repeat;
}
#locations {
  width: 77px;
  height: 21px;
  background: url(/images/layout2008/nav/nav_locations2.jpg) top left no-repeat;
}

#nav_sub {
  margin: 3px 0 0 0;
  padding: 0;
  height: 25px;
  list-style: none;
  font-family: Arial;
  font-size: 13px;
  clear: left;
  float: left;
}
#nav_sub li {
  margin: 0;
  padding: 0;
  display: block;
  float: left;
}
#nav_sub li a {
  margin: 0;
  padding: 0 6px 0 6px;
  color: #002469;
  font-weight: bold;
  border-right: 1px solid #002469;
}
#nav_sub li a.last {
  border: none;
}
