/* Stili per il menu */
.tab-menu {
	width: 930px;
	margin: auto;
	margin-top: 0;
	/* background-color: #f2cd6b;  */
	padding-bottom: 0px;
	height: 45px;
}

.tab-menu ul {
	margin: 0;
	margin-left: 30px;
}

.tab-menu li {
	list-style: none;
	float: left;
	display: block; 
	border: 0;
	background-color: #1F0300;
/* 	border-bottom: 1px solid  */
}

.tab-menu ul a {
	color: #000;
	background-color: #f2cd6b;
	display: block;
	padding: 3px 10px;
	margin: 1px;
	margin-left: 0;
	font: 10px Verdana;
	font-weight: bold;
}

.tab-menu ul a:hover {
	text-decoration: none;
	color: #cb331e;
	/* background-color: #1F0300; */
}

.tab-menu ul a.current {
	background-color: #f2dca1;
	color: #cb331e;
	margin-bottom: 0;
	border-bottom: 1px solid #f2dca1;
	cursor: default;
}

.tab-menu ul a.section {
	background-color: #f2dca1;
	color: #cb331e;
	margin-bottom: 0;
	border-bottom: 1px solid #f2dca1;
	cursor: default;
}

.tab-menu div {
	clear: left;
	padding: 0px 10px 0px 10px;
	text-align: center;
}

.tab-content {
	/* background-color: #f2dca1; */
	height: 25px;
	margin-left: 50px;
	margin-right: 50px;
}
	
.tab-content ul {
	padding-left: 10px;
	margin-left: 0px;
	background-color: #f2cd6b;
}

.tab-content ul li{
	background-color: #f2cd6b;
	white-space: nowrap;

}

.tab-content ul a{
	/*background-color: #f2dca1;*/
	background-color: #f2cd6b;
	/*
	border-right: 1px solid #000;
	border-left: 1px solid #000;
	*/
	margin-top: 0px;
	margin-bottom: 0;
	border-left: 1px solid #000;
	white-space: nowrap;
}

.tab-content ul a:hover {

}

/*
.tab-content a {
	background-color: #f2dca1;
	border-right: 1px solid #000;
	margin-top: 3px;
	display: block;
	width: 100px;
	color: #000;
	font-family: inherit;
}
*/


