.menu {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 7.5pt; color: #003366}
.menuwhite {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 7.5pt; color: #FFFFFF}
.testo {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 7.5pt; color: #666666;}
.testos {  font-family: Verdana; font-size: 6.5pt; color: #000000;}
.testohm {  font-family: Bookman; font-size: 8pt; color: #444444;}
.testowhite {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 7.5pt; color: #ffffff;}
.testoblack {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 8pt; color: #000000;}
.Titoletto { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 7.5pt; color: #506077; font-weight: bold}
.Titolo {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 14px; font-weight: bold; color: #957206}
.just  { text-align: justify;}
A:link 	  { text-decoration: none; font-weight: normal}
A:visited { text-decoration: none; font-weight: normal}
A:active  { text-decoration: none; font-weight: normal}
A:hover   { text-decoration: none; font-weight: normal; background-color:#EaE7F1}

/* ********************************************************************
*  Toggle Tab Menus - © 2004 - 2006 Baldean Media Services.           *
*  Get the full source code at http://www.baldean.com/devzone/        *
*  Version 3.0, release 03/01/2006. This note must remain intact.     *
******************************************************************** */

#tabHolder {
	display: none;
}

.tabContent {
	position: relative;
	margin: 0px;
	clear: both;
	float: left;
	z-index: 8;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 7.5pt;
}

#tabCont0, #tabCont1, #tabCont2, #tabCont3, #tabCont4, #tabCont5, #tabCont6, #tabCont7, #tabCont8, #tabCont9 {
	display: none;
}
	
.tabMenuOff {
	font-weight: normal;
	text-decoration: bold; 
	text-align: center;
	letter-spacing: 0px;
	cursor: pointer;
	color: #000000;
	
}

.tabMenuOn {
	font-weight: bold;
	text-decoration: bold;
	text-align: center;
	letter-spacing: 0px;
	cursor: default;
	color: #000000;
}

#tabMenu0, #tabMenu1, #tabMenu2, #tabMenu3, #tabMenu4, #tabMenu5, #tabMenu6, #tabMenu7, #tabMenu8, #tabMenu9 {
	float: left;
	
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 7.5pt;
	padding-top: 3px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	z-index: 1100;
	bottom: -1px;
	position: relative;
	}

#tabOffset {
	float: left;
}


.tabMenuOff {
	background-image: url(images/ttxp/ttMenuOff.png);
	background-repeat: repeat-x;
}

.tabMenuOn {
	background-image: url(images/ttxp/ttMenuOn.png);
	background-repeat: repeat-x;
}

