a.menu_icon[href] {
  display: block;
  height: 30px;
  padding-left: 35px;
}
a.menu_icon[href*="facebook.com"] {
  background: url('../images/nbcuuse_social.svg') no-repeat 0 0px;
}
a.menu_icon[href*="twitter.com"] {
  background: url('../images/nbcuuse_social.svg') no-repeat 0 -30px;
}
a.menu_icon[href*="youtube.com"] {
  background: url('../images/nbcuuse_social.svg') no-repeat 0 -60px;
}
a.menu_icon[href*="google.com"] {
  background: url('../images/nbcuuse_social.svg') no-repeat 0 -90px;
}
a.menu_icon[href*="instagram.com"] {
  background: url('../images/nbcuuse_social.svg') no-repeat 0 -120px;
}
a.menu_icon[href*="tumblr.com"] {
  background: url('../images/nbcuuse_social.svg') no-repeat 0 -150px;
}
a.menu_icon[href*="uphe.com"] {
    background: url('../images/nbcuuse_social.svg') no-repeat 0 -180px;
}
