﻿/* CSS Document */
#menu {
	list-style: none;
	padding: 0;
	margin: 0;
	width: 100%;
	height: 43px;
	background-color: #eaebe5;
	position: relative;
	border:0px;
	border-style:none;
}
#menu a span {
	display:block;
	display:none;
  text-indent: -9999%;
}
#menu li {
  display:block;
  float:left;
}

#menu li a {
	display: block;
	outline: none;
	float:left;
	border: 0px;
	height: 43px;
  overflow:hidden;
}

#menu a:hover {
    background-position: 0px -43px;
    border:0px;
}

#menu .ofestiwalu {
	width: 135px;
	background: url(images/ofestiwalu.gif) no-repeat;
}
#menu .leopoldinum {
	width: 150px;
	background: url(images/leopoldinum.gif) no-repeat;
}

#menu .program {
	width: 121px;
	background: url(images/program.gif) no-repeat;
}
#menu .bilety {
	width: 102px;
	background: url(images/bilety.gif) no-repeat;
}
#menu .dlaprasy {
	width: 121px;
	background: url(images/dlaprasy.gif) no-repeat;
}
#menu .kontakt {
	width: 118px;
	background: url(images/kontakt.gif) no-repeat;
}
/*aktywny*/
#menu .current1, .current2, .current3, .current4, .current5, .current6 {
  height: 43px;
  border: 0px;
  left: 0px;
	top: 0px;
}
#menu .current1 {
  background: url(images/ofestiwalu_c.png) no-repeat;
  width: 135px;
}
#menu .current2 {
  background: url(images/leopoldinum_c.png) no-repeat;
  width: 150px;
}
#menu .current3 {
  background: url(images/program_c.png) no-repeat;
  width: 121px;
}
#menu .current4 {
  background: url(images/bilety_c.png) no-repeat;
  width: 102px;
}
#menu .current5 {
  background: url(images/dlaprasy_c.png) no-repeat;
  width: 121px;
}
#menu .current6 {
  background: url(images/kontakt_c.png) no-repeat;
  width: 118px;
}
