body {
    background: black;
    margin: 0;
    padding: 0;
}

.notlabsmenu {
    display: block;
    margin: 50px auto 0 auto;
}

/* ---------- Navigation ---------------------------------------------*/
.navbar {
  display: block;
  width: 100%;
  height: 26px;
  overflow: hidden;
  margin: 0;
  padding: 0;
  position: relative;
  text-align: left;
  background: black url('images/newnavbar.gif') no-repeat -652px 1px;
}

/* Note: in this area selector specificity makes a big difference */
.navbar .notcotcom,
.navbar .notcotorg,
.navbar .notcouture,
.navbar .tasteologie,
.navbar .liqurious,
.navbar .notventures,
.navbar .notlabs,
.navbar .notcontests {
  display: inline-block;
  height: 25px;
  overflow: hidden;
  margin: 1px 0 0 0;
  padding: 0;
  float: left;
  background: black url('images/newnavbar.gif') no-repeat top left;
}

.navbar .notcotcom {
  margin-left: 108px;
  width: 60px;
  background-position: -3px 0;
}
.navbar a.notcotcom:hover {
    background-position: -3px -24px;
}

.navbar .notcotorg {
  width: 85px;
  background-position: -63px 0;
}
.navbar a.notcotorg:hover {
    background-position: -63px -24px;
}

.navbar .notcouture {
  width: 89px;
  background-position: -148px 0;
}
.navbar a.notcouture:hover {
    background-position: -148px -24px;
}

.navbar .tasteologie{
  width: 89px;
  background-position: -237px 0;
}
.navbar a.tasteologie:hover {
    background-position: -237px -24px;
}

.navbar .liqurious {
  width: 73px;
  background-position: -326px 0;
}
.navbar a.liqurious:hover {
    background-position: -326px -24px;
}

.navbar .notventures {
  width: 90px;
  background-position: -399px 0;
}
.navbar a.notventures:hover {
    background-position: -399px -24px;
}

.navbar .notlabs {
  width: 65px;
  background-position: -494px 0;
}
.navbar a.notlabs:hover {
    background-position: -494px -24px;
}

.navbar .notcontests {
  width: 93px;
  background-position: -471px 0;
}
.navbar a.notcontests:hover {
  background-position: -471px -24px;
}

