
/*big menu*/

#kwick {
	margin: 0px;
	padding:0px;
	width:710px;
}

#kwick .kwicks {
	display: block;
	height: 100px;
	margin: 0px;
	padding:0px;

}

#kwick li {
	float: left;
	padding:0px;
	margin:0px;
}

li:after {
	content: "";
}

#kwick .kwick{
	width: 175px;
	cursor: pointer;
	overflow: hidden;

	background: #fff;

}
#kwick .kwick a{
	height: 100px;

		display: block;
			text-indent:-9999px;
}

#kwick .opt1 {
	background: #9ce782 url(images/menu01.png) ;
}

#kwick .opt2 {
	background: #92bdfa url(images/menu02.png);
}

#kwick .opt3 {
	background: #faa892 url(images/menu03.png);
}

#kwick .opt4 {
	background: #e78282 url(images/menu04.png);
	border-right: 0;
}

