/* ------ offer menu style / offer ---------- */
#offerMenu
{
  padding: 0;
  margin-bottom: 0;
}

#offerMenu ul
{
  font-size: 12px;
  color: #B17457;
  list-style: none;
  margin: 0;
  padding: 0;
  border: none;
  font-weight: bold;
  margin-top: 3px;
}

#offerMenu li
{
  font-size: 11px;
  color: #000000;
  background: url(img/icon_list.gif) no-repeat left top;
  font-weight: normal;
  margin: 3px;
  padding-left: 10px;
}

#offerMenu a
{
  color: #000000;
  font-size: 11px;
  text-decoration: none;
}

#offerMenu a:visited
{
  text-decoration: none;
}

#offerMenu a:active
{
  text-decoration: none;
}

#offerMenu a:hover
{
  text-decoration: underline;
}

/* linki grupy */
#offerMenu a.offerLink
{
  color: #B17457;
  font-size: 12px;
  font-weight: bold;
  text-decoration: none;
}

#offerMenu a.offerLink:visited
{
  text-decoration: none;
}

#offerMenu a.offerLink:active
{
  text-decoration: none;
}

#offerMenu a.offerLink:hover
{
  text-decoration: underline;
}


