
/*big menu*/

#kwick {
	position: relative;
	width:445px;
	height:500px;
	background-color:#000;
	/*border-bottom: 3px double #333;*/
	/*margin-top: 20px;*/
}

#kwick .kwicks {
	display: block;
	/*height: 650px;*/
	float:left;
	margin:0;
}

/*#kwick li {
	float: left;
}*/

/*li:after {
	content: "";
}*/

#kwick .kwick {
	display: block;
/*	cursor: pointer;*/
	overflow: hidden;
	width: 445px;
	height: 50px;
/*	background: #fff;*/
	/*border-bottom: 5px solid #000;*/
	border-bottom: 2px solid #000;
}

#kwick .kwick span {
	text-indent: -9999px;
	display:none;
}

#kwick .opt01 {
	background: #000 url(../img/food/title_01.png) no-repeat top left;
}

#kwick .opt02 {
	background: #000 url(../img/food/title_02.png) no-repeat top left;
}

#kwick .opt03 {
	background: #000 url(../img/food/title_03.png) no-repeat top left;
}

#kwick .opt04 {
	background: #000 url(../img/food/title_04.png) no-repeat top left;
}

#kwick .opt05 {
	background: #000 url(../img/food/title_05.png) no-repeat top left;
}

#kwick .opt06 {
	background: #000 url(../img/food/title_06.png) no-repeat top left;
}

#kwick .opt07 {
	background: #000 url(../img/food/title_07.png) no-repeat top left;
}

#kwick .opt08 {
	background: #000 url(../img/food/title_08.png) no-repeat top left;
}

#kwick .opt09 {
	background: #000 url(../img/food/title_09.png) no-repeat top left;
}

#kwick .opt10 {
	background: #000 url(../img/food/title_10.png) no-repeat top left;
	border-bottom: 0;
}

