 .kwicks {  
     list-style: none;  
     position: relative;  
     margin: 0;  
     padding: 0; 
	 background-image:url(../images/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 a{
	display:block;
	height:40px;
	text-indent:-9999px;
	outline:none;
}

#facilities {
	background-position:0px 0px;
}
#prices {
	background-position:-200px 0px;
}
#contacts { 
	background-position:-400px 0px;
}

#facilities.active, #facilities:hover { 
	background-position: 0 bottom;
}
#prices.active, #prices:hover{
	background-position: -200px bottom;
}
#contacts.active, #contacts:hover {
	background-position: -400px bottom; 
}

#facilities a{
/*	background-image:url(end.jpg);*/
	background-repeat:no-repeat;
	background-position: left 0px;
}

#facilities a:hover{
	background-position: left -80px;
}

#contacts a{
/*	background-image:url(end.jpg);*/
	background-repeat:no-repeat;
	background-position: right -40px;
}
#contacts a:hover{
	background-position: right -120px;
}
