<style>

.tabcontent {

	padding:2em; /* acts little ike cellpadding, so dont touch this */

	clear:both;

	background: #f8f8f8;  /* Background color */

/*	questi li ho commentati io.... per ripristinarli togli i commenti */

    border-top:1px solid #ddd;

	border-bottom:1px solid #ddd;

    border-left:1px solid #ddd;

	border-right:1px solid #ddd; 

    /*min-height: 230px;*/

    color:#678a8b ;      /* font color */

	font-size: 12px;    /* font size -- does not affect standard view */

  }

#mainnavtabbed1{

	clear:both;

	list-style-type:none;

	margin:0px;

	padding:0px;

	}

#mainnavtabbed1 li{

	margin-left:0px; /* distance between tabs */

	margin-bottom:0px;

	text-align: center; /* alignment of text within tabs */

	float:left;

	width:100px; /* width of actual tab */

	margin-bottom:0px;

}



  .tabline {

	color:#ffffff;

    font-weight:bold;

  }



/* this is the active tab class, just as below */

#mainnavtabbed1 li a{

	padding:5px; /* padding around the text within the tabs */

/*	sempre io

    border-left:3px solid #ccc; /* border of the inactive tab */

/*	border-top:3px solid #ccc; /* border of the inactive tab */

/*	border-bottom:none; */

/*	border-right:1px solid #ccc; /* border of the inactive tab 

*/

	background:none;

	display:block;

	color:#000000;

	text-decoration:none;

    font-weight:bold;

	background-image:url(images/tab.png);

	font: 13px Arial, Helvetica, sans-serif;

}



/* the folowing section deals with the tabbed button when active */



#mainnavtabbed1 li a.tabon,#mainnavtabbed1 li a.tabon:hover{

	color:#000000;        /* Font color on tab */

	//background:#FFFFCC;   /* Tab Color */

/*

	border-left:3px solid #aaa;

	border-top:3px solid #aaa;

	border-bottom:none;

	border-right:1px solid #aaa;

*/

	background-image:url(images/tab_active.png);

}



/* the folowing section deals with the tabbed button when hovered */

#mainnavtabbed1 li a:hover{

	color:#000000;      /* Font color on hover */

	//background: #CCFFFF;

/*	

sempre mi

border-left:3px solid #ccc;

	border-top:3px solid #ccc;

	border-bottom:none;

	border-right:1px solid #ccc;

*/	

	background-image:url(images/tab_hover.png);

}

h2{

	margin:0;

	font-size:120%;

	font-family:"trebuchet ms", verdana, sans-serif;

}

h1{

	margin:0;

	font-size:150%;

	color:#fff;

	font-family:"trebuchet ms", verdana, sans-serif;

}



HR {

	 color: #ccc;

     background-color: #ccc;

	 height: 1px;

	 border: none;

}

</style>