#kwick {
	position: relative;
	margin-bottom: 0px;
	padding: 0px 0;
}

#kwick .kwicks {
	display: block;
	background: #fff url(images/nav_contact.gif) top right no-repeat;
	height: 32px;
}
#kwick ul{
	margin-top:0;
}

#kwick li {
	float: left;
	list-style-type:none;
}

#kwick .kwick {
	display: block;
	cursor: pointer;
	overflow: hidden;
	height: 32px;
	width: 125px;
	padding: 0px;
	background: #fff;
	border-right: 2px solid #fff;
}

#kwick .kwick span {
	display: none;
}

#kwick .documentation {
	background: #666666 url(images/nav_documentation.gif);
}

#kwick .examples {
	background: #ff6600 url(images/nav_examples.gif);
}
#kwick .contact {
	background: #003366 url(images/nav_contact.gif);
	border-right: 0;
}
