/* -------------------------------------------------- 
Kwick MENU
 --------------------------------------------------*/

#kwicks_container { 
	background-color: #fff;
}

#kwicks {
	position: relative;
	margin: 0;
	padding: 0;
}

#kwicks .kwick {
	float: left;
	overflow: hidden;
	display: block;
	width: 110px;
	height: 48px;
}

#kwick_01 a span {
	display: none;
}

#kwick_01 a {
	background: url(../images/menu1.gif) no-repeat;
	width: 180px;
	height: 48px;
	float: left;
}

#kwick_02 a span {
	display: none;
}

#kwick_02 a {
	background: url(../images/menu2.gif) no-repeat;
	width: 180px;
	height: 48px;
	float: left;
}

#kwick_03 a span {
	display: none;
}

#kwick_03 a {
	background: url(../images/menu3.gif) no-repeat;
	width: 180px;
	height: 48px;
	float: left;
}

#kwick_04 a span {
	display: none;
}

#kwick_04 a {
	background: url(../images/menu4.gif) no-repeat;
	width: 180px;
	height: 48px;
	float: left;
}
