
.applemenudiv
{
	height:50px;
	width: 463px; 
	margin-top:50px;
	background: url(rightend.png) right top no-repeat;
  
}
 .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: 150px;
	height: 46px;
	margin-right: 0px;
	background-image:url(kwicks_sprite.png);
	background-repeat:no-repeat;
}
.kwicks a{
	display:block;
	height:46px;
	text-indent:-9999px;
	outline:none;
}

#kwick1 {
	background-position:0px 0px;
}
#kwick2 {
	background-position:-210px 0px;
}
#kwick3 {
	background-position:-420px 0px;
}
/*#kwick4 {
	background-position:-635px 0px;

}*/

#kwick1.active, #kwick1:hover { 
	background-position: 0 bottom;
}
#kwick2.active, #kwick2:hover{
	background-position: -210px bottom;

}
#kwick3.active, #kwick3:hover {
	background-position: -420px bottom;
}
/*#kwick4.active, #kwick4:hover {
	background-position: -635px bottom; 
}*/

#kwick1 a{
/*	background-image:url(end.jpg);*/
	background-repeat:no-repeat;
	background-position: left -80px;
}

#kwick1 a:hover{
	background-position: left -80px;
}
/*
#kwick4 a{
	background-image:url(end.jpg);
	background-repeat: repeat;
	background-position: right -40px;

}*/
/*
#kwick3 a:hover{
	background-position: right -120px;
}
*/