 .kwicks {  
     list-style: none;
	
     position: relative;
	 width:995px;
     margin: 5px auto;  
     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*/

 }  
 .kwicks li{  
    display: block;  
    overflow: hidden;  
    padding: 0;  
    cursor: pointer;  
	float: left;
	width: 165px;
	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:-215px 0px;
	
}
#kwick3 {
	background-position:-429px 0px;
}
#kwick4 { 
	background-position:-644px 0px;
}
#kwick5 {
	background-position:-860px 0px;
}
#kwick6 { 
	background-position:-1078px 0px;
}
#kwick1.active, #kwick1:hover { 
	background-position: 0 bottom;
}
#kwick2.active, #kwick2:hover{
	background-position: -215px bottom;
}
#kwick3.active, #kwick3:hover {
	background-position: -429px bottom;
}
#kwick4.active, #kwick4:hover {
	background-position: -644px bottom; 
}
#kwick5.active, #kwick5:hover {
	background-position: -860px bottom;
}
#kwick6.active, #kwick6:hover {
	background-position: -1078px bottom; 
}

#kwick1 a{
	background-image:url(../images/end.jpg);
	background-repeat:no-repeat;
	background-position: left 0px;
}
#kwick1 a:hover{
	background-position: left -80px;
}

#kwick6 a{
	background-image:url(../images/end.jpg);
	background-repeat:no-repeat;
	background-position: right -40px;
}
#kwick6 a:hover{
	background-position: right -120px;
}

#menu li:hover ul { display:block;}
#menu li ul li{ display:block; margin:5px 20px; padding: 5px 0px;  border-top: dotted 1px #606060;
    list-style-type:none; } 

.drop {	position: absolute;  top: 31px;    left: 165px; text-align:center;  padding-top: 8px;   clear:right; z-index:1000; display:none; }
.drop ul{height:150px;  margin:0;   width:170px;   }
.drop li {clear:both; background-image:none; background-color:#ccc;  height:30px;font-size:11px;  font-weight:bold; margin:0;}

.drop li a{padding:10px 0;  margin-bottom:0px; text-indent:0; text-decoration:none; color:#000; margin:0; white-space:nowrap; }
.drop li a:hover{ background-image:none; background-color:#999; color:#FFF;}

