#kwick {
	position: relative;
	border-top: 1px solid #27272a;
	border-bottom: 3px double #27272a;
	margin-bottom: 10px;
	padding: 10px;
	min-width: 400px;
	width: auto !important;
	max-width: 624px;
	font-size: 20px;
}

#kwick .kwicks {
	display: block;
	height: 50px;
}

#kwick li {
	float: left;
	list-style-image: none;
  list-style: none;
  list-style-type: none;

}

#kwick .kwick {
	display: block;
	cursor: pointer;
	overflow: hidden;
	height: 30px;
	width: 125px;
	padding: 10px;
	background: #fff;
	/*border-right: 1px solid #1d1d20;*/
}

#kwick .kwick span {
	display: none;
}

#kwick .download {
	/*background-image: url('images/background.png');*/
	background-repeat: no-repeat;
	filter:alpha(opacity=10);
	opacity: 0.1;
	-moz-opacity:0.1;
}

#kwick .documentation {
	background: #7389ae ;
	background-image: url('images/background.png');
	background-repeat: no-repeat;
}

#kwick .blog {
	background: #c17878 ;
	background-image: url('images/background.png');
	background-repeat: no-repeat;
}

#kwick .trac {
	background: #a87aad ;
	background-image: url('images/background.png');
	background-repeat: no-repeat;
	border-right: 0;
}

