/* Menu */
#fancymenu {
  position: relative;
  height: 3.6em;
  width: 90em;
  background: url('images/bg_menu.jpg') repeat-x;
  padding: 0em;
  margin: 0em 0;
  overflow: hidden;
}
 
#fancymenu ul {
  padding: 0;
  margin: 0;
}
 
/* Don't apply padding here (offsetWidth will differ in IE)
If you need padding add it to the child anchor */
#fancymenu ul li {
  float: left;
  list-style: none;
}
 
#fancymenu ul li a {
  text-indent: -500em;
  z-index: 10;
  display: block;
  float: left;
  height: 3.6em;
  position: relative;
  overflow: hidden;
}

#menu_start a {
  width: 8.1em;
  background: url('images/start.png') no-repeat center !important;
  background: url('images/start.gif') no-repeat center; // ie!
}
 
#menu_bilar_i_lager a {
  width: 16.4em;
  background: url('images/bilar_i_lager.png') no-repeat center !important;
  background: url('images/bilar_i_lager.gif') no-repeat center;
}
 
#menu_salja_din_bil a {
  width: 17.1em;
  background: url('images/salja_din_bil.png') no-repeat center !important;
  background: url('images/salja_din_bil.gif') no-repeat center;
}
 
#menu_finansering a {
  width: 15.6em;
  background: url('images/finansering.png') no-repeat center !important;
  background: url('images/finansering.gif') no-repeat center;
}
 
#menu_kontakta_oss a {
  width: 17.2em;
  background: url('images/kontakta_oss.png') no-repeat center !important;
  background: url('images/kontakta_oss.gif') no-repeat center;
}
 
#menu_motorsport a {
  width: 15.6em;
  background: url('images/motorsport.png') no-repeat center !important;
  background: url('images/motorsport.gif') no-repeat center;
}   
