@charset "UTF-8";

#navigation {
  margin-bottom:10px;
  padding:0 20px;
  line-height:46px;
  text-align:center;
}

#navigation a {
  padding:5px 20px;
  margin:0 3px;
  font-weight:bold;
  background:#fff;
  color:#333;
  border:1px solid #d1d1d1;
  /* optional rounded corners for browsers that support it */

  -moz-border-radius:5px;
  -khtml-border-radius:5px;
  -webkit-border-radius:5px;
  border-radius:5px;
}

#navigation a:hover {
  background:#F5AE42;
  color:#fff;
  border:1px solid #aaa;
}

#navigation  span.current {
  padding:5px 20px;
  margin:0 5px;
  font-weight:bold;
  background:#F5AE42;
  color:#fff;
  border:1px solid #d1d1d1;
  /* optional rounded corners for browsers that support it */

  -moz-border-radius:5px;
  -khtml-border-radius:5px;
  -webkit-border-radius:5px;
  border-radius:5px;
}