/*big menu*/


*HTML #kwick { margin-top: 0px;} 
*+html #kwick { margin-top: 0px;} 
#kwick {position: relative; margin-top: -11px;}
#kwick .kwicks {
	display: block;
	height: 180px;
	width: 945px;
	margin: 0px;
}

#kwick li {
	float: left;
}
li:after {
	content: "";
}
#kwick .kwick {
	display: block;
	 
	overflow: hidden;
	height: 180px;	
	background: #fff;	 
}

#kwick .kwick span {
	
}


#kwick .opt1 {background: #FFF; width:220px;cursor: default	}
#kwick .opt1 a{}
#kwick .opt1 a:hover{}

#kwick .opt2{background: #FFF;width:220px;cursor: default}
#kwick .opt2 a{}
#kwick .opt2 a:hover{}

#kwick .opt3 {background: #FFF;width:220px;cursor: default}
#kwick .opt3 a{}
#kwick .opt3 a:hover{ }

#kwick .opt4 {background: #FFF;	width:220px;cursor: default}
#kwick .opt4 a{}
#kwick .opt4 a:hover{ }



