/* Navigeringsmenyn */
#menu {
  list-style: none;
  padding: 0;
  margin: 0;
}
#menu a {
  display: block;
  text-indent:-10000%;
  position: absolute;
  outline: none;
  background-repeat:no-repeat;
  z-index:30;
}
#menu a:hover {
  background-position: left bottom;
}

/* Enskilda menyer */
#menu .index a {
	width: 120px;
	height: 26px;
	background-image:url(../img/nav/hangoteatertraff.png);
	left: 215px;
	top: 145px;
}
#menu .program a {
	width: 79px;
	height: 20px;
	background-image:url(../img/nav/program.png);
	left: 290px;
	top: 177px;
}
#menu .biljetter a {
	width: 75px;
	height: 27px;
	background-image: url(../img/nav/biljetter.png);
	left: 375px;
	top: 190px;
}
#menu .historik a {
	width: 111px;
	height: 25px;
	background-image: url(../img/nav/nagraarbakat.png);
	left: 465px;
	top: 195px;
}
#menu .medverkande a {
	width: 145px;
	height: 23px;
	background-image: url(../img/nav/formedverkande.png);
	left: 590px;
	top: 185px;
}
#menu .press a {
	width: 48px;
	height: 18px;
	background-image: url(../img/nav/press.png);
	left: 730px;
	top: 165px;
}
#menu .kontakt a {
	width: 137px;
	height: 28px;
	background-image: url(../img/nav/kontakt.png);
	left: 760px;
	top: 135px;
}
#menu .facebook a {
	width: 90px;
	height: 40px;
	background-image: url(../img/nav/facebookfinal.png);
	left: 815px;
	top: 145px;
}
/* visa för den nuvarande sidan */
#index .index a,
#program .program a,
#biljetter .biljetter a,
#historik .historik a,
#medverkande .medverkande a,
#press .press a,
#kontakt .kontakt a {
	background-position: left bottom;
}

/* Undermenyer */
#menu li ul {
	display: none;
	list-style: none;
	position: absolute;
	text-align: center;
	font-weight: 600;
	left: 200px;
	top: 215px;
	z-index: 50;
}
#menu li:hover ul,
#historik .historik ul { /* lägg till som ovan för nya submenyer */	
   display: inline;
}
 
#menu li li {
	margin-left: 0;
	padding: 0px 10px 0px;
	border-left: 1px solid #000;
	float: left
}
#menu li li:first-child {
	border-left: none;
	padding-left: 0px;
}
#menu li li a {
	width: 40px !important;
	height: auto !important;
	background-image: none !important;
	text-indent:0px;
	text-decoration:none;
	position:static;
}
