body{
font-size:0.85em;
font-family:Verdana, Arial, Helvetica, sans-serif;

}
 .kwicks { background-color: transparent; list-style: none; position: relative; margin: 36px 0 0 -5px; padding: 0; background-image:url(_src/sc86/no_flicker.jpg); width: 1170px; /*some browsers are to slow when aligning the menu items via jQuery and so the background shines through, this prevents this flickering*/

 }  
 .kwicks li{ background-color: transparent; display: block; overflow: hidden; padding: 0; cursor: pointer; float: left; width: 112px; height: 40px; margin-right: 0; background-image:url(_src/sc86/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:-195px 0;
}
#kwick3 {
	background-position:-395px 0;
}
#kwick4 { 
	background-position:-590px 0;
}
#kwick5 { 
	background-position:-785px 0;
}
#kwick6 { 
	background-position:-980px 0;
}
#kwick7 { 
	background-position:-1175px 0;
}
/*////////////////////////////////////*/
#kwick1.active, #kwick1:hover { 
	background-position: 0 bottom;
}
#kwick2.active, #kwick2:hover{
	background-position: -195px bottom;
}
#kwick3.active, #kwick3:hover {
	background-position: -390px bottom;
}
#kwick4.active, #kwick4:hover {
	background-position: -585px bottom; 
}
#kwick5.active, #kwick5:hover {
	background-position: -780px bottom; 
}
#kwick6.active, #kwick6:hover {
	background-position: -975px bottom; 
}
#kwick7.active, #kwick7:hover {
	background-position: -1170px bottom; 
}
/*//////////////////////////////////////*/
#kwick1 a{
	background-repeat:no-repeat;
	background-position: left 0;
}

#kwick1 a:hover{
	background-position: left -80px;
}

#kwick7 a{
	background-repeat:no-repeat;
	background-position: right -40px;
}
#kwick7 a:hover{ background-repeat: no-repeat; background-position: right 120px; }
/*////////////////////////////////////*/
.kwicks li a:hover{ background-color: transparent; display: block; overflow: hidden; padding: 0; cursor: pointer; float: left; width: 125px; height: 40px; margin-right: 0; }
#id { }
