/* root element for tabs  */
ul.tabs {
	list-style: none;
	margin: 0 0 0 10px !important;
	padding: 0;
	overflow: hidden;
	height: 100%;
}

/* single tab */
ul.tabs li {
	float: left;
	text-indent: 0;
	padding: 0;
	margin: 0 !important;
	list-style-image: none !important;
	height: 100%;
}

/* link inside the tab. */
ul.tabs a {
	display: block;
	text-align: center;
	text-decoration: none;
	position: relative;
	padding: 10px 20px;
	color: #00487B;
	font-size: 22px;
	height: 30px;
}

ul.tabs a:active {
	outline: none;
}

/* when mouse enters the tab move the background image */
ul.tabs a:hover {
}

/* active tab uses a class name "current". */
ul.tabs a.current, ul.tabs a.current:hover, ul.tabs li.current a {
	cursor: default !important;
	background: url(../../images/tabs/bg-tabs-blu.png) center bottom no-repeat;
	color: #FFF;
}

/* initially all panes are hidden
.panes .pane {
	display: none;
}
Rimosso per visualizzare gli elementi in evidenza in homepage, a seguito dell'eliminazione dei tab */