@charset "utf-8";
/* CSS Document */

#menu {
  list-style: none;
  padding: 0;
  margin: 0;
  width: 792p;
  height: 41px;
  background: url(bg_meny.jpg) no-repeat;
  position: relative;
}
#menu span {
  display: none;
  position: absolute;
}
#menu a {
  display: block;
  text-indent: -900%;
  position: absolute;
  outline: none;
}
#menu a:hover {
  background-position: left bottom;
}
#menu a:hover span {
  display: block;
}
#menu .start {
  width: 100px;
  height: 41px;
 	background: url(meny/1.jpg) no-repeat;
}

#menu .kalender {
  width: 100px;
  height: 41px;
 	background: url(meny/2.jpg) no-repeat;
	left: 100px;
	top:0px;
}

#menu .styrelse {
  width: 100px;
  height: 41px;
 	background: url(meny/3.jpg) no-repeat;
	left: 200px;
	top:0px;
}

#menu .utskott {
  width: 100px;
  height: 41px;
 	background: url(meny/4.jpg) no-repeat;
	left: 300px;
	top:0px;
}

#menu .dokument {
  width: 100px;
  height: 41px;
 	background: url(meny/5.jpg) no-repeat;
	left: 400px;
	top:0px;
}

#menu .links {
  width: 100px;
  height: 41px;
 	background: url(meny/6.jpg) no-repeat;
	left: 500px;
	top:0px;
}

#menu .kontakt {
  width: 100px;
  height: 41px;
 	background: url(meny/7.jpg) no-repeat;
	left: 600px;
	top:0px;
}

