#buttons {
  padding:0;
  margin:0;
  list-style-type:none; 
  }
#buttons li {
  width:105px; 
  height:20px; 
  float:left;
  border:1px solid #000;
  margin-right:2px;
  }
#buttons a em {
  font-style:normal; 
  font-size:8pt; 
  line-height:1.5em;
  }
#buttons a {
  text-decoration:none;
  color:#000;
  position:absolute; 
  width:107px; 
  height:22px; 
  display:block;
  text-align:center;
  }
#buttons a.oferta {background:#937E6D; color:#fff;}
#buttons a.cennik {background:#937E6D; color:#fff;}
#buttons a.kalend {background:#937E6D; color:#fff;}
#buttons a.plany {background:#937E6D; color:#fff;}
#buttons a.hotel {background:#937E6D; color:#fff;}
#buttons a:hover {
  width:200px; 
  height:28px;
  z-index:200;
  background:transparent url(../ads/opaque.gif);
  }
#buttons a:hover em {
  font-size:1.5em;
  line-height:1.1em;
  overflow:hidden;
  cursor:pointer;
  background:#fff; 
  border:1px solid #000;
  position:absolute; 
  width:200px; 
  height:25px;
  left:-12px; 
  top:-4px;
  }
#buttons a:hover.oferta em {background:#b3ab79; color: #000;}
#buttons a:hover.cennik em {background:#b3ab79; color: #000;}
#buttons a:hover.kalend em {background:#b3ab79; color: #000;}
#buttons a:hover.plany em {background:#b3ab79; color: #000;}
#buttons a:hover.hotel em {background:#b3ab79; color: #000;}


