/*.kwicks {
	list-style: none;
	position: relative;
	margin: 0;
	padding: 0;
}
.kwicks li{
	display: block;
	overflow: hidden;
	padding: 0;
	cursor: pointer;
}

#subnav li {
	float: left;
	width: 90px;
	height: 100px;
}
#subnav .kwicks_inner {
	width: 200px;
}
#subnav .bigLetter {
	font-size: 60px;
	height: 100px;
	line-height: 100px;
	color: red;
	float: left;
}
#subnav .smallLetters {
	display: none;
	width: 140px;
	color: #ccc;
	font-size: 16px;
	float: right;
	height: 100px;
	line-height: 100px;
}
#subnav li.active .smallLetters {
	display: block;
}
*/

.kwicks {
 list-style: none;
 position: relative;
 margin: 0;
 padding: 0;
 text-transform: uppercase;
}
.kwicks li{
 display: block;
 overflow: hidden;
 padding: 0;
 cursor: pointer;
}

#quicklinks
{
    margin-bottom: 10px;
}

#quicklinks li {
 float: left;
 width: 182px;
 height: 50px;
 margin-right: 6px;
}
#quicklinks #kwick1 {
 background-color: #F3C309;
}
#quicklinks #kwick1.active {
 background-color: #97BF00;
}
#quicklinks #kwick2 {
 background-color: #F3C309;
}
#quicklinks #kwick2.active {
 background-color: #D70082;
}
#quicklinks #kwick3 {
 background-color: #F3C309;
}
#quicklinks #kwick3.active {
 background-color: #950083;
}
#quicklinks #kwick4 {
 background-color: #F3C309;
}
#quicklinks #kwick4.active {
background-color: #00A5EA;
}

#quicklinks #kwick5 {
 background-color: #F3C309;
 margin-right: none;
}
#quicklinks #kwick5.active {
 background-color: #F68B1F;
}
