/*--------- Main Navigation -----------*/

#nav {
  width: 219px;
  list-style: none;
  margin: 0;
  padding: 0;
}

#nav li ul {
  display: none;
  position: absolute;
  left: 220px;
  top: 0;
  margin: 0;
  padding: 0;
}

#nav li {
  display: block;
  width: 219px;
  height: 39px;
  position: relative;
}

#nav li a {
  display: block;
  width: 219px;
  height: 38px;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  margin: 0;
  padding: 0;
}

#nav a.gifts {
  background: url(images/nav-gifts.gif) left top no-repeat;
}

#nav a.girls {
  background: url(images/nav-girls.gif) left top no-repeat;
}

#nav a.boys {
  background: url(images/nav-boys.gif) left top no-repeat;
}

#nav a.babies {
  background: url(images/nav-babies.gif) left top no-repeat;
}

#nav li:hover ul, #nav li.iehover ul {
  display: block;
}

/*--------- End Main Navigation -----------*/