/*big menu*/

#container {
	position: relative;
	/*z-index: 1000;*/
	width: 760px;
	margin: auto;
	text-align: left;
}

span {
	
}

#kwick {
	position: relative;
	/*border-bottom: 3px double #333;*/
	margin-top: 10px;
}

#kwick .kwicks {
	display: block;
	height: 200px;
	margin: 0px;
}

#kwick .kwicks a{
	font-size:18px;
	color: #CC3366;
	letter-spacing:-0.1em;
	font-weight: bolder;
	line-height: 12px;
}

#kwick .kwicks a:hover{ color: #FF0000}

#kwick li {
	float: left;
}

#kwick .kwick {
	display: block;
	cursor: pointer;
	overflow: hidden;
	height: 235px;
	width: 116px;
	/*padding: 10px;*/
	background: #fff;
	/*border-right: 5px solid #202020;*/
	border-right: 3px solid #d3ebff;
}

#kwick .kwick span {
	display: annunci_vendita.png; 
}


#kwick .opt1 {
	background: #ccc url(case_in_paese.png);
	}

#kwick .opt2 {
	background: #ccc url(case_al_mare.png);
	}

#kwick .opt3 {
	background: #ccc url(hotel.png);}
	

#kwick .opt4 {
	background: #ccc url(bed_and_breakfast.png);}
	

#kwick .opt5 {
	background: #ccc url(camping.png);
	}

#kwick .opt6 {
	background: #ccc url(annunci_vendita.png);
	border-right: 0;
}

#kwick .opt1 , #kwick .opt2 , #kwick .opt3 , #kwick .opt4 , #kwick .opt5 , #kwick .opt6  {text-align: center;
	padding-top: 10px;  background-position:bottom; background-repeat:no-repeat; background-color: #d3ebff;
}

