/*big menu*/



#container

{

	width:		870px;

}



#kwick {

	position: relative;

	/*border-bottom: 3px double #333;*/

	

	margin: 0;

}



#kwick .kwicks {

	display: block;

	height: 369px;

	margin: 0px;
	
	width:		870px;

}



#kwick li {

	float: left;

}



li:after {

	content: "";

}



#kwick .kwick {

	display: block;

	cursor: pointer;

	overflow: hidden;

	height: 369px;

	width: 173px;

}



#kwick .kwick span {

	display: none;

}



#kwick .opt1 

{

	background-image:	url(news/topnews1.jpg);

	background-repeat:	no-repeat;

}



#kwick .opt2 

{

	background-image:	url(news/topnews2.jpg);

	background-repeat:	no-repeat;

}



#kwick .opt3 

{

	background-image:	url(news/topnews3.jpg);

	background-repeat:	no-repeat;

}



#kwick .opt4 

{

	background-image:	url(news/topnews4.jpg);

	background-repeat:	no-repeat;

}



#kwick .opt5 

{

	background-image:	url(news/topnews5.jpg);

	background-repeat:	no-repeat;

	border-right:	0;

}



ul

{

	margin:		0;

	padding:	0;

}




