#mainMenu {
  padding: 0;
  margin: 0;
  font-size: 18px;
  z-index: 10;
  position: absolute;
}

#menuBackplate {
  background: #fff;
  position: absolute;
  z-index: 2;
  width: 910px;
  height: 60px;
}

.menuItem {
  border-left: 1px solid #dadada;
  height: 60px;
  display: block;
  list-style-type: none;
  float: left;
  background-repeat: no-repeat;
  background-position: center bottom;
}

.menuItem:first-child {
  border-left: none;
}

.menuItem a {
  color: #000000;
  text-decoration: none;
  display: block;
  width: 100%;
  height: 100%;
}

.menuItem a:visited {
  color: #000000;
}

.menuItem:hover a {
  color: #fff;
}

#logo {
  font-size: 42px;
  padding-top: 0px;
  padding-bottom: 0px;
  float: right;
  background-image: url(../graphics/menu/wisely.png);
  background-repeat: no-repeat;
  background-position: center bottom;
  width: 160px;
}

#logo a {
  color: #000;
  text-decoration: none;
  display: block;
}

#logo a:visited {
  color: #000;
}

#menuBackground {
  background: #000000;
  height: 40px;
  position: absolute;
  width: 0;
  z-index: 5;
}

#menuArrow {
  display: none;
  position: absolute;
  width: 0px;
  height: 15px;
  z-index: 1;
  padding: 0;
  padding-left: 10px;
  margin: 0;
}

#menuArrow img {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
}

#header {
  width: 935px;
  height: 60px;
  padding-right: 10px;
  border-bottom: 1px solid #dadada;
  position: absolute;
  z-index: 5;
}

img {
  border: 0;
}

#menuProduktion {
  background-image: url(../graphics/menu/produktion-std.png);
  width: 125px;
}

#menuProduktion:hover {
  background-image: url(../graphics/menu/produktion-hover.png);
}

#menuMedia {
  background-image: url(../graphics/menu/media-std.png);
  width: 80px;
}

#menuMedia:hover {
  background-image: url(../graphics/menu/media-hover.png);
}

#menuHem {
  background-image: url(../graphics/menu/hem-std.png);
  width: 70px;
}

#menuHem:hover {
  background-image: url(../graphics/menu/hem-hover.png);
}

#menuOmOss {
  background-image: url(../graphics/menu/om-oss-std.png);
  width: 92px;
}

#menuOmOss:hover {
  background-image: url(../graphics/menu/om-oss-hover.png);
}

#menuPortfolio {
  background-image: url(../graphics/menu/portfolio-std.png);
  width: 101px;
}

#menuPortfolio:hover {
  background-image: url(../graphics/menu/portfolio-hover.png);
}

#menuCase {
  background-image: url(../graphics/menu/case-std.png);
  width: 70px;
}

#menuCase:hover {
  background-image: url(../graphics/menu/case-hover.png);
}

#menuNyheter {
  background-image: url(../graphics/menu/nyheter-std.png);
  width: 98px;
}

#menuNyheter:hover {
  background-image: url(../graphics/menu/nyheter-hover.png);
}

#menuKontakt {
  background-image: url(../graphics/menu/kontakt-std.png);
  width: 95px;
}

#menuKontakt:hover {
  background-image: url(../graphics/menu/kontakt-hover.png);
}