/* CSS Document */
/* defaults for all examples */
.kwicks {
	list-style: none;
	position: relative;
	margin: 0;
	padding: 0;
}
.kwicks li{
	display: block;
	overflow: hidden;
	cursor: pointer;
	float: left;
	width: 125px;
	height: 25px;
	margin-right: 5px;
	font-size: 20px;
	text-transform: uppercase;
	font-weight: bold;
	padding: 0;
}
.kwicks li a:link, .kwicks li a:hover, .kwicks li a:visited{
	color:#000000;
	text-decoration:none;
	width: 100%;
}
#kwick1 { 
	background-color: #cc0000;
}
#kwick2 {
	background-color: #0099cc;
}
#kwick3 {
	background-color: #cc8600;
}
#kwick4 { 
	background-color: #bbcc00;
}
#kwick5 { 
	background-color: #CCFF99;
	margin-right: none;
}
