
/*big menu*/

#kwick {
	position: relative;
	/*border-bottom: 3px double #333;*/
	/* margin-top: 10px;  */
}

#kwick .kwicks {
	display: block;
	height: 240px;
	margin: 0px;
}

#kwick li {
	float: left;
}

#kwick .kwick {
	display: block;
	cursor: pointer;
	overflow: hidden;
	height: 240px;
	width: 131px;
	/*padding: 10px;*/
	background: #fff;
	/*border-right: 5px solid #202020;*/
	border-right: 2px solid #fff;
}

#kwick .kwick span {
	display: none;
}

#kwick .opt1 {
	background: #ccc url(menu01.html) ;
}

#kwick .opt2 {
	background: #ccc url(menu02.html);
}

#kwick .opt3 {
	background: #ccc url(menu03.html);
}

#kwick .opt4 {
	background: #ccc url(menu04.html);
}

#kwick .opt5 {
	background: #ccc url(menu05.html);
}

#kwick .opt6 {
	background: #ccc url(menu06.html);
	border-right: 0;
}

#kwick .opt0 {
	display: none;
}
