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 -559px 1px;
  border-bottom: 1px solid #151515;
}

.navbar a {
  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 .liqurious {
  width: 73px;
  background-position: -237px 0;
}
.navbar a.liqurious:hover {
    background-position: -237px -24px;
}

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

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

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