DIV#deemo_menubar {
  background-color: transparent;
  background-image: url("../img/menu_bg.png");
  background-repeat: repeat-x;
  background-position: center;

  display: block;
  position: fixed;

  width: 100%;
  height: 45px;

  top: 100%;
  margin-top: -45px;

  padding-top: 4px;

  z-index: 999;
}

DIV#deemo_menubar_center {
  display: block;
  width: 1063px; /*948px*/
  margin: 0 auto;
}

DIV#deemo_menubar_horizon {
  display: table-row;
}

DIV#deemo_nav_gap {
  width: 280px;
}

DIV#deemo_menubar_horizon NAV,
DIV#deemo_menubar_horizon DIV {
  display: table-cell;
}

DIV.menu_item {
  cursor: pointer;
}

DIV#menu_about {
  background-image: url("../img/menu_about.png");
  background-position: center;
  background-repeat: no-repeat;

  width: 72px;
  height: 36px;

  transition: 0.5s;
}

DIV#menu_about:hover,
DIV#menu_about:active {
  background-image: url("../img/menu_about_o.png");
}

DIV#menu_screenshot {
  background-image: url("../img/menu_screen.png");
  background-position: center;
  background-repeat: no-repeat;

  width: 101px;
  height: 36px;

  transition: 0.5s;
}

DIV#menu_screenshot:hover,
DIV#menu_screenshot:active {
  background-image: url("../img/menu_screen_o.png");
}

DIV#menu_video {
  background-image: url("../img/menu_video.png");
  background-position: center;
  background-repeat: no-repeat;

  width: 65px;
  height: 35px;

  transition: 0.5s;
}

DIV#menu_video:hover,
DIV#menu_video:active {
  background-image: url("../img/menu_video_o.png");
}

DIV#menu_contact {
  background-image: url("../img/menu_contact.png");
  background-position: center;
  background-repeat: no-repeat;

  width: 78px;
  height: 35px;

  transition: 0.5s;
}

DIV#menu_contact:hover,
DIV#menu_contact:active {
  background-image: url("../img/menu_contact_o.png");
}

DIV#menu_fb {
  background-image: url("../img/menu_fb.png");
  background-position: center;
  background-repeat: no-repeat;

  width: 16px;
  height: 16px;

  transition: 0.5s;
}

DIV#menu_fb:hover,
DIV#menu_fb:active {
  background-image: url("../img/menu_fb_o.png");
}

DIV#menu_tw {
  background-image: url("../img/menu_tw.png");
  background-position: center;
  background-repeat: no-repeat;

  width: 16px;
  height: 16px;

  transition: 0.5s;
}

DIV#menu_tw:hover,
DIV#menu_tw:active {
  background-image: url("../img/menu_tw_o.png");
}

NAV#deemo_social {
  font-size: 10pt;
  color: rgb(124, 124, 124);
}

DIV.separator {
  padding: 0 2px;
}

DIV#share_tw,
DIV#share_fb {
  padding: 0 2px;
}
