body{
font-size:0.85em;
font-family:Verdana, Arial, Helvetica, sans-serif;

}
 .kwicks {  
     list-style: none;  
     position: relative;  
     margin: 0;  
     padding: 0; 
	 background-image:url(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: 140px;
	height: 35px;
	margin-right: 0px;
	background-image:url(menu.png);
	background-repeat:no-repeat;
}
.kwicks a{
	display:block;
	height:35px;
	text-indent:-9999px;
	outline:none;
}

#kwick1 {
	background-position:-140px 0px;
}
#kwick2 {
	background-position:-280px 0px;
}
#kwick3 {
	background-position:-420px 0px;
}
#kwick4 { 
	background-position:-560px 0px;
}
#kwick5 { 
	background-position:-700px 0px;
}
#kwick6 { 
	background-position:-840px 0px;
}

#kwick1.active, #kwick1:hover { 
	background-position: -140px bottom;
}
#kwick2.active, #kwick2:hover{
	background-position: -280px bottom;
}
#kwick3.active, #kwick3:hover {
	background-position: -420px bottom;
}
#kwick4.active, #kwick4:hover {
	background-position: -560px bottom; 
}
#kwick5.active, #kwick5:hover {
	background-position: -700px bottom; 
}
#kwick6.active, #kwick6:hover {
	background-position: -840px bottom; 
}

a {
	color: #eeeeee;
	text-decoration: none;
	font-style: italic;		
}

a:hover {
	color: #39b54a;
}

.sponsors {
	text-align: center;
	padding: 20px 50px;	
	vertical-align: top;	
}

h1.sponsors {
	color: #39b54a;
	margin: 0px;
}

.sponsors img {
	border: 0px;
	padding: 0px 10px;
	color: #39b54a;
}