/* set the size of the definition list <dl> and add the background image */
#imap {
  display:block;
  width:600px;
  height:300px;
  background:url(Pres/pres_home.gif) no-repeat;
  position:relative;
}
/* set up the definition list <dt><a> to hold the background image for the hover state */
#imap a#title {
  display:block;
  width:600px;
  height:0;
  padding-top:300px;
  overflow:hidden;
  position:absolute;
  left:0;
  top:0;
  /*background:transparent url(Pres/AerosoliCim.gif) no-repeat 400px 400px;*/
  cursor:default;
  }
/* the hack for IE pre IE6 
#html #imap a#title {
  height:300px;
  height:0;
  }*/
/* the <dt><a> hover style to move the background image to position 0 0 */
#imap a#title:hover {
  background-position: 0 0;
  z-index:10;
  }
/* place the <dd>s in the correct absolute position */
#imap dd {
  position:absolute;
  padding:0;
  margin:0;
  }
#imap #picfizio {
  left:0px;
  top:0px;
  z-index:20;
  }
/* style the <dd><a> links physical size and the background image for the hover */
#imap a#fizio {
  display:block;
  width:93px;
  height:179px;
  background:transparent url(Pres/FizioKeret.gif) -100px -100px no-repeat;
  text-decoration:none;
  z-index:20;
  }
/* move the link background image to position 0 0 when hovered */
#imap a#fizio:hover {
  background-position:0 0;
  }

#imap #pictest {
  left:94px;
  top:0px;
  z-index:20;
  }
#imap a#test {
  display:block;
  width:100px;
  height:130px;
  background:transparent url(Pres/TestareKeret.gif) -100px -100px no-repeat;
  text-decoration:none;
  z-index:20;
  }
#imap a#test:hover {
  background-position:0 0;
  }

#imap #picekg {
  left:210px;
  top:0px;
  z-index:20;
  }
#imap a#ekg {
  display:block;
  width:124px;
  height:100px;
  background:transparent url(Pres/EkgKeret.gif) -200px -200px no-repeat;
  text-decoration:none;
  z-index:20;
  }
#imap a#ekg:hover {
  background-position:0 0;
  }

#imap #picradio {
  left:330px;
  top:0px;
  z-index:20;
  }
#imap a#radio {
  display:block;
  width:104px;
  height:110px;
  background:transparent url(Pres/RadioKeret.gif) -200px -200px no-repeat;
  text-decoration:none;
  z-index:20;
  }
#imap a#radio:hover {
  background-position:0 0;
  }

#imap #picaer {
  left:430px;
  top:0px;
  z-index:20;
  }
#imap a#aer {
  display:block;
  width:74px;
  height:110px;
  background:transparent url(Pres/AerosoliKeret.gif) -100px -100px no-repeat;
  text-decoration:none;
  z-index:20;
  }
#imap a#aer:hover {
  background-position:0 0;
  }

#imap #picoxi {
  left:495px;
  top:50px;
  z-index:20;
  }
#imap a#oxi {
  display:block;
  width:100px;
  height:130px;
  background:transparent url(Pres/TestareKeret.gif) -100px -100px no-repeat;
  text-decoration:none;
  z-index:20;
  }
#imap a#oxi:hover {
  background-position:0 0;
  }

#imap #picaudio {
  left:0px;
  top:170px;
  z-index:20;
  }
#imap a#audio {
  display:block;
  width:100px;
  height:110px;
  background:transparent url(Pres/AudioKeret.gif) -200px -200px no-repeat;
  text-decoration:none;
  z-index:20;
  }
#imap a#audio:hover {
  background-position:0 0;
  }

#imap #picspir {
  left:90px;
  top:180px;
  z-index:20;
  }
#imap a#spir {
  display:block;
  width:90px;
  height:120px;
  background:transparent url(Pres/SpiroKeret.gif) -200px -200px no-repeat;
  text-decoration:none;
  z-index:20;
  }
#imap a#spir:hover {
  background-position:0 0;
  }

#imap #picholt {
  left:190px;
  top:180px;
  z-index:20;
  }
#imap a#holt {
  display:block;
  width:114px;
  height:120px;
  background:transparent url(Pres/HoltereKeret.gif) -200px -200px no-repeat;
  text-decoration:none;
  z-index:20;
  }
#imap a#holt:hover {
  background-position:0 0;
  }

#imap #picmon {
  left:305px;
  top:180px;
  z-index:20;
  }
#imap a#mon {
  display:block;
  width:140px;
  height:120px;
  background:transparent url(Pres/DefiKeret.gif) -200px -200px no-repeat;
  text-decoration:none;
  z-index:20;
  }
#imap a#mon:hover {
  background-position:0 0;
  }

#imap #picdef {
  left:446px;
  top:167px;
  z-index:20;
  }
#imap a#def {
  display:block;
  width:140px;
  height:120px;
  background:transparent url(Pres/DefiKeret.gif) -200px -200px no-repeat;
  text-decoration:none;
  z-index:20;
  }
#imap a#def:hover {
  background-position:0 0;
  }
