
/*big menu*/

#kwick {
	position: absolute;
	top:-26px;
		z-index:103;

}

#kwick li {
	float: left;

}

#kwick .kwick {
	display: block;
	cursor: pointer;
	overflow: hidden;
	height: 20px;
	padding: 0 10px;
	color:#000;
	font-weight:bold;
	/*padding: 10px;*/
	text-transform: uppercase;
	/*border-right: 5px solid #202020;*/

}

#kwick .kwick:hover {color:#f00;}
#kwick .kwick span {

}

#kwick .opt1 {

}

#kwick .opt2 {

}

#kwick .opt3 {

}

#kwick .opt4 {

}

#kwick .opt5 {

}

#kwick .opt6 {

}

