.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*/
}

.MenuBack
{
	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*/
	background-repeat: repeat-x;
	text-align: left;
}

.kwicks li
{
	display: block;
	overflow: hidden;
	padding: 0;
	cursor: pointer;
	float: left;
	width: 125px;
	height: 40px;
	margin-right: 0px;
	background-image: url(images/kwicks_sprite.jpg);
	background-repeat: no-repeat;
}

.kwicks a
{
	display: block;
	height: 40px;
	text-indent: -9999px;
	outline: none;
}

.kwick1
{
	background-position: 0px 0px;
}

.kwick2
{
	background-position: -200px 0px;
}

.kwick3
{
	background-position: -400px 0px;
}

.kwick4
{
	background-position: -600px 0px;
}

.kwick5
{
	background-position: -800px 0px;
}

.kwick1:hover, .kwick1:active 
{
	background-position: 0 bottom;
}
.kwick2:hover, .kwick2:active
{
	background-position: -200px bottom;
}

.kwick3:hover, .kwick3:active
{
	background-position: -400px bottom;
}

.kwick4:hover, .kwick4:active
{
	background-position: -600px bottom;
}

.kwick5:hover, .kwick5:active
{
	background-position: -800px bottom;
}



  
  
  .tabs{
			background-image:url(images/body-bg.gif); 
			background-repeat: repeat-x;  
  }
  .tabNavigation{
			background-image:url(images/no_flicker.jpg);
			height: 22px;         
  }
  UL.tabNavigation {        
			list-style-type: none;
				 
}

		UL.tabNavigation LI {
			display: inline;      
}

		UL.tabNavigation LI A {
			MARGINmargin-right: 1px;
			background-image:url(images/spacer.gif);
			color: #ddd;
			text-decoration: none;      
			font-size: 80%; 
			
		}

		UL.tabNavigation LI A.selected{
			background-image:url(images/topbar.jpg);
			color: #000;
			margin-right: 1px;
			font-size: 80%; 
			font-weight: bolder;
		}
		UL.tabNavigation LI A:hover {
			background-image:url(images/topbar.jpg);
			color: #000;
			margin-right: 1px;
			font-size: 80%;
		}
		
		UL.tabNavigation LI A:focus {
			outline: 0;
		}

		