.nomeCinema_inside {
	position: relative;
	top: 0px;
	left: 0px;
	
	text-align: center;
	
	font-family: 'Exo 2', sans-serif;
	font-size: 18px;
	font-weight: 700;
	
	margin-bottom: 10px;
	padding: 10px;
	
	background: #0a1d86;
		
	-webkit-border-radius: 6px 6px 6px 6px;
  	border-radius: 6px 6px 6px 6px;
	-webkit-background-clip: padding-box; background-clip: padding-box;
		
	color:#FFF;
}

div#menuTab {
	position: relative;
	top:0px;
	left:0px;
	width: 600px;
	height: 35px;
	
	margin-bottom: 20px;
	
	background: #d2d2d2;	
	/* Mozilla: */
    background: -moz-linear-gradient(top, #e1e1e1, #d2d2d2);
    /* Chrome, Safari:*/
    background: -webkit-gradient(linear, left top, left bottom, from(#e1e1e1), to(#d2d2d2));
	/* For Internet Explorer 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#e1e1e1, endColorstr=#d2d2d2);
	/* For Internet Explorer 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#e1e1e1, endColorstr=#d2d2d2)";
	
	-webkit-border-radius: 6px 6px 6px 6px;
  	border-radius: 6px 6px 6px 6px;
	-webkit-background-clip: padding-box; background-clip: padding-box;
	
	box-shadow: inset 0 2px 2px rgba(0, 0, 0, 0.15);
}

.btt_menuTab {
	float: left;
	margin: 0;
	padding: 0;
	border: 0;
	
	height: 35px;
	
	text-align: center;
	
	line-height: 35px;
		
	border-right: 2px solid #e9e6ea;
}

.menuTab_link {
	font-family: 'Exo 2', sans-serif;
	font-weight: 700;
	font-size: 14px;
	color: #000000;
	
	text-decoration: none;
}

.menuTab_link:hover {
	color: #0a1d86;
}


div#btt_menuTab_programmazione {
	width: 194px;
}


div#btt_menuTab_infocinema {
	width: 148px;
}


div#btt_menuTab_dovesiamo {
	width: 143px;
}


div#btt_menuTab_prezzi {
	width: 109px;
	
	border-right: 0px;
}