/*<group=Footer>*/

#Footer {
  clear: both;
  width: 740px;
  height: 27px;
  overflow: hidden;
  background: url(images/footer-2008.gif) no-repeat;
  text-align: center;
  color: #7C7C7C;
}

#Footer h2 {
  float: right;
  font-size: 1.2em;
  line-height: 27px;
}

#Footer h2 a {
  display: block;
  width: 160px;
  height: 27px;
}

#Footer h2 a span {
  display: none;
}

#Footer a {
  color: #7C7C7C;
  text-decoration: none;
}

#Footer a:hover {
  color: #000;
}

#Footer ul {
  float: right;
  margin-right: 5px;
}

#Footer li {
  float: left;
  width: 70px;
  line-height: 27px;
  background: url(images/footer-separate-2008.gif) no-repeat right center;
}

#Footer li.last {
  width: 130px;
  background: none;
  _padding-top:2px;
}

#Footer select {
  border: 1px solid #DADBDA;
}

#Footer option, #Footer select {
  color: #7C7C7C;
}

