
ul {
	margin: 0;
	padding: 0;
	font-weight: normal;
	list-style: none;
}
/*big menu*/

#kwick {
	position: absolute;
	margin-top: 215px;
/*	margin-bottom: 10px;*/
	margin-left: 25px;
	padding: 10px 0;
	z-index: 99;
}

#kwick .kwicks {
 background: #63cf00;
	display: block;
	/*background: #202020 url(../images/right.gif) top right no-repeat;*/
	height: 40px;
	width: 948px;
	padding-left: 3px;
}

#kwick li {
	float: left;
}

#kwick .kwick {
	display: block;
	cursor: pointer;
	overflow: hidden;
	height: 30px;
	width: 121px;
	padding: 5px;
	background: #fff;
/*	border-right: 1px solid white; */
}

#kwick .kwick span {
	display: none;
}

#kwick .about {
	background: #63ce00 url(../images/about.jpg) top left no-repeat;
}

#kwick .question {
        background: #63ce00 url(../images/send.jpg) top left no-repeat;
}

#kwick .services{
	background: #33CCFF url(../images/services.jpg) top left no-repeat;
}

#kwick .words {
        background: #33CCFF url(../images/sweet.jpg) top left no-repeat;
}

#kwick .yummy{
	background: #FFCA58  url(../images/yummy.jpg)  top left no-repeat;
}

#kwick .contact{
        background: #FFCA58  url(../images/contact.jpg)  top left no-repeat;
}

#kwick .trac {
	background: #FF33CC url(../images/photos.jpg)  top left no-repeat;
}

