 
 
 

A:LINK {text-decoration : none; color: green} 
A:VISITED {text-decoration : none; Color : green} 
A:HOVER {font-weight: bold }
 

 body1 {
	margin:0;
	padding:0;
	font: bold 11px/1.5em Verdana;
}

h2 {
	font: normal 14px Verdana, Arial, Helvetica, sans-serif;
	color: #8B4907;
	margin: 0px;
	padding: 0px 0px 0px 5px;
}

h3 {
	font: normal 12px Verdana, Arial, Helvetica, sans-serif;
	color: #8B4907;
	margin: 0px;
	padding: 0px 0px 0px 5px;
}

h4 {
	font: bold 14px Verdana, Arial, Helvetica, sans-serif;
	color: #8B4907;
	margin: 0px;
	padding: 0px 0px 0px 5px;
}

h5 {
	font: bold 16px Verdana, Arial, Helvetica, sans-serif;
	color: #8B4907;
	margin: 0px;
	padding: 0px 0px 0px 5px;
	text-align: center;
}

/*- Menu Tabs--------------------------- */ 


    #tabs {
      float:left;
      width:100%;
      background:#8B4907;      /*- colore striscia dietro menù---- */
      font-size:93%;
      line-height:normal;
             border-bottom:2px solid #8B4907;
      }
    #tabs ul {
	  margin:0;
	  padding:2px 0 0 2px;    
/*- primo val. = h sfondo menu,
    secondo val. = ?
    terzo val. = ?
    quarto val. posiziona orizz.menù------- */
       	  list-style:none;
      }
    #tabs li {
      display:inline;
      margin:0;
      padding:0;
      }
    #tabs a {
      float:left;
      background:url("tableftI.gif")  no-repeat left top;
      margin:0;                /*--distanzia celle link-- */
      padding:0 0 0 4px;
      text-decoration:none;
      }
    #tabs a span {
      float:left;
      display:block;
      background:url("tabrightI.gif") no-repeat right top;
      padding:3px 15px 4px 6px;
      color:#F2AA48; 
/*-- primo valore = h celle link
     secondo valore = allarga celle
     terzo valore = allunga celle
     quarto valore = larghezza celle link--- */ 
     color:#8B4907;    /*-- colore caratteri menù---- */    
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabs a span {float:none;}
    /* End IE5-Mac hack */
    #tabs a:hover span {
      color:#8B4907;	/*-- colore caratteri menù selezionato----*/
      }
    #tabs a:hover {
      background-position:0% -42px;
      }
    #tabs a:hover span {
      background-position:100% -42px;
      }

/* CSS FOR SLIDESHOW SCRIPT */
	.imageSlideshowHolder,.imageSlideshowHolder_left{
		margin:5px;	/* "Air" */
		float:center; /* Floating gallery at the right side of other web page content */		
		width:300px;	/* Image width */
		height:200px;	/* Image height */
		
		position:relative;	/* Don't remove this line */
	}
	.leftFloatingDiv{
		float:center;
		width:300px;
		height:200px;
	}
	/* Don't change these values */
	.imageSlideshowHolder img{
		position:absolute;
		left:0px;
		top:0px;
	}
 	 
