@charset "utf-8";

/* menu
--------------------------------------------------------------------------------*/
h5 {
  text-align: center;
  height: 100%;
  vertical-align: middle;
  top: 10px;
}

.menu {
  display: block;
  list-style: none;
  position: absolute;
  z-index: 2;
  top: 95px;
  left: 50%;
  height: 60px;
  width: 900px;
  margin: 0 0 0 -450px;
  border: none;
  padding: 0;
  overflow: hidden;
}

.menu-item {
  display: block;
  list-style: none;
  float: left;
  height: 100%;
  margin-left: 0;
  margin-right: 20px;
  margin-top: 0;
  margin-bottom: 0;
  border: none;
  padding: 0;
  background: none;
}

.menu-item-hover,
.menu-item-selected {
  background: url(/img/menu-select.png) bottom center no-repeat;
}

.menu-link,
.menu-link:link,
.menu-link:visited,
.menu-link:focus,
.menu-link:hover,
.menu-link:active {
  display: block;
  position: relative;
  height: 100%;
  margin: 0;
  border: none;
  padding: 12px 0px 12px 0px;
  color: #9cd;
  font-size: 17px;
  text-decoration: none;
  line-height: 3px;
}

.menu-item-hover .menu-link,
.menu-item-selected .menu-link {
  color: #fff;
}
