.kwicks
{
	list-style: none;
	position: relative;
	left: 0px;
	top: 0px;  /*background-image: url(img/no_flicker.jpg); */
  /* some browsers are to slow when aligning the menu items via jQuery and so the background shines through, this prevents this flickering */
}
.kwicks li
{
	display: block;
	overflow: hidden;
	padding: 0;
	cursor: pointer;
	float: left;
	width: 320px;
	height: 72px;
	margin-right: 0px;
	background-image: url(img/menu.gif);
	background-repeat: no-repeat;
}
.kwicks a
{
  display: block;
  height: 76px;
  text-indent: -9999px;
  outline: none;
}

#kwick1
{
  background-position: 0px 0px;
}
#kwick2
{
  background-position: -420px 0px;
}
#kwick3
{
  background-position: -840px 0px;
}


#kwick1.active, #kwick1:hover
{
  background-position: 0 bottom;
}
#kwick2.active, #kwick2:hover
{
  background-position: -420px bottom;
}
#kwick3.active, #kwick3:hover
{
  background-position: -840px bottom;
}
#newsmenu {
	background-image: url(img/newsback.gif);
}
