/* start horizontal header advertisement */
#advert {
  margin-top: 15px;
  width: 468px;
  height: 60px;
  background: #f00;
  overflow: hidden;
}
#advert * {
  margin: 0;
  padding: 0;
}
/* end horizontal header advertisement */


/* start menu advertisement placeholder */
#menu .advertisement {
  border: 0;
}
#menu li.advertisement a {
  padding: 0;
  display: block;
  border: 0;
  background: #000;
  background-repeat: no-repeat;
}
#menu .ad-vlarge, #menu .ad-vsmall {
  width: 120px;
  margin-top: 10px;
}
#menu .ad-vlarge {
  height: 600px;
}
#menu .ad-vsmall {
  height: 240px;
}
/* end menu advertisement placeholders */

/* start menu advertisements */
#menu li.advertisement a[href="http://www.bing.com"] { /* vlarge */
  background-image: url(../images/ads/vlarge-bing.png);
}
#menu li.advertisement a[href="http://www.jay-z.com"] { /* vlarge */
  background-image: url(../images/ads/vlarge-blueprint.png);
}
#menu li.advertisement a[href="http://www.pepsi.com"] { /* vlarge */
  background-image: url(../images/ads/vlarge-pepsi.png);
}
#menu li.advertisement a[href="http://www.smirnoff.com"] { /* vsmall */
  background-image: url(../images/ads/vsmall-smirnoff.png);
}
#menu li.advertisement a[href="http://www.winethatloves.com"] { /* vsmall */
  background-image: url(../images/ads/vsmall-wine.png);
}
#menu li.advertisement a[href="http://www.drinksmixer.com"] { /* vsmall */
  background-image: url(../images/ads/vsmall-longisland.png);
}
#menu li.advertisement a[href="http://www.cocktailtimes.com"] { /* vsmall */
  background-image: url(../images/ads/vsmall-cocktails.png);
}
#menu li.advertisement a[href="http://bookfaced.appspot.com"] { /* vsmall */
  background-image: url(../images/ads/vsmall-bookface.png);
}
#menu li.advertisement a[href="http://www.victoriassecret.com"] { /* vsmall */
  background-image: url(../images/ads/vsmall-vs.png);
}
/* end menu advertisements */