/* CSS Document */

#navi ul {
  margin:0 auto; 
  padding:0;
  position:relative;
  width:861px; 
  height:34px; 
  background:#680504 url(../img/navi.jpg); 
  z-index:1; 
  overflow:hidden;
  float:left;
  }
  
#navi li {
  list-style-type:none; 
  width:130px; 
  height:34px;
  position:absolute;
  }
#navi a {
  display:block; 
  width:130px; 
  height:0; 
  color:#000; 
  text-decoration:none; 
  padding-top:34px; 
  background:transparent; 
  overflow:hidden; 
  z-index:10;
  }
* html #navi a {
  height:149px; 
  he\ight:0;
  }
#navi a#etusivu {
  position:absolute; 
  left:0px; 
  top:0px;
  background:url(../img/navi-etusivu.gif) no-repeat -130px 0;
  }   
#navi a#liikkeenEsittely {
  position:absolute; 
  left:130px; 
  top:0px; 
  background:url(../img/navi-liikkeenEsittely.gif) no-repeat -130px 0;
  }
#navi a#tuotteet {
  position:absolute; 
  left:260px; 
  top:0px; 
  background:url(../img/navi-tuotteet.gif) no-repeat -130px 0;
  }
#navi a#tarjoukset {
  position:absolute; 
  left:390px; 
  top:0px; 
  background:url(../img/navi-tarjoukset.gif) no-repeat -130px 0;
  }
#navi a#yhteystiedot {
  position:absolute; 
  left:520px; 
  top:0px; 
  background:url(../img/navi-yhteystiedot.gif) no-repeat -130px 0;
  }  
  
  
#navi a#etusivu:hover, 
#navi a#liikkeenEsittely:hover,
#navi a#tuotteet:hover,
#navi a#tarjoukset:hover,
#navi a#yhteystiedot:hover {
  background-position: 0 0;
  }
  
#navi a#etusivu:hover b, 
#navi a#liikkeenEsittely:hover b,
#navi a#tuotteet:hover b,
#navi a#tarjoukset:hover b, 
#navi a#yhteystiedot:hover b {
  display:none;
  }