#kwick {  
	float:left;
     list-style: none;  
     position: relative;  
     margin-left: 20px;  
     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*/

 }  
#kwick li{  
    display: block;  

    padding: 0;  
    cursor: pointer;  
    overflow: hidden;  
	float: left;
	width: 125px;
	height: 40px;
	margin-top:10px;
	text-align:center;
	 background:url(../images/menubg.gif) no-repeat;
	background-repeat:no-repeat;
}
#kwick a{
	display:block;
	height:40px;
	outline:none;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#444444;
	font-size:15px;
	text-decoration:none;
	font-weight:bold;
	margin-top:10px;
}
#kwick a:hover{
	color:#fff;

}
#kwick li:hover{  
	 background:url(../images/hover.gif) no-repeat;

	
}

