a.custom:link, a.custom:active, a.custom:focus, a.custom:visited {
  color: #000000;
  font: bold 10px Verdana, Geneva, Arial, Helvetica, sans-serif;
  text-decoration: none;
}
a.custom:hover {
  color: #ff0000;
  text-decoration: none;
}

a.shop:link, a.shop:active, a.shop:focus, a.shop:visited {
  color: black;
  text-decoration: none;
  font: bold 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
}
a.shop:hover {
  color: red;
}

#menu_bg a:link,#menu_bg a:visited,#menu_bg a:focus,#menu_bg a:link{
  color: #ffffff;
  font-weight: bold;
  text-decoration: none;
  line-height: 26px;
}
#menu_bg a:hover{
  color: #ffff00;
}
