.tasto_verde_sfumato1 {
	text-decoration: none;
	background-image: url(img/tasto_sfumato_verde.jpg);
	background-repeat: repeat;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #BBBBBB;
	border-bottom-color: #BBBBBB;
	border-left-color: #BBBBBB;
}

.scritta_verde_sfumato1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #888888;
	text-decoration: none;
}
.tasto_verde_sfumato2 {
	text-decoration: none;
	background-image: url(img/tasto_sfumato_verde.jpg);
	background-repeat: repeat;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #BBBBBB;
	border-bottom-color: #BBBBBB;
	border-left-color: #BBBBBB;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #BBBBBB;
}
.tasto_beige_sfumato1 {
	text-decoration: none;
	background-image: url(img/tasto_sfumato_beige.jpg);
	background-repeat: repeat;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #BBBBBB;
	border-left-color: #BBBBBB;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #BBBBBB;
}
.tasto_beige_sfumato2 {
	text-decoration: none;
	background-image: url(img/tasto_sfumato_beige.jpg);
	background-repeat: repeat;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #BBBBBB;
	border-left-color: #BBBBBB;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #BBBBBB;
	border-bottom-color: #BBBBBB;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}
.scritta_beige_sfumato1 {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #B15949;
	text-decoration: none;
}
.fantasma_barra {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #EDEAD9;
}
/*  ------------------ NAVIGAZIONE MENU' VERDE ----------------------------------------------*/
#navlist 
{
	width:100%;
	margin:0;
}
#navlist ul
{
   padding : 0;
   margin : 0;
   white-space : nowrap;
   background-image:url(img/tasto_sfumato_verde.jpg);
   color : #888888;
   float : left;
   width : 100%;
   font-family: Arial, Helvetica, sans-serif;
   font-size: 12px;
   font-weight: bold;
   line-height:28px;
   border:1px solid #bbbbbb;
}

#navlist ul li
{
	 display : inline;
	
}

#navlist ul li a 
{
   padding-left : 1em;
   padding-right : 1em;
   font-weight : bold;
   text-decoration : none;
   float : left;
   color : #888888;
   border-right-color : #BBBBBB;
   border-right-style : solid;
   border-right-width : 1px;
	}
#navlist ul li a:link, #navlist ul li a:visited
{
	color : #888888;
	}
#navlist ul li a:hover, #navlist ul li a:active
{
	background:url(img/tasto_sfumato_beige.jpg);
	background-repeat:repeat;
	color: #B15949;
	}
/*-----------------------------------------------------------------------------------------------*/
/*************************************************************************************************/
/*-----------------------------NAVIGAZIONE MENU TESTATA------------------------------------------*/
#navhead 
{
	width:90%;
	margin-right:0;
	position:relative;
	right:0px;
}
#navhead ul
{
   padding : 0;
   margin : 0;
   white-space : nowrap;
  /* background-image:url(img/tasto_sfumato_verde.jpg);*/
   float: left;
   width : 90%;
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size: 10px;
   color: #669F2D;
   text-decoration: none;
	margin-right:0;
	position:relative;
	right:0px;
}

#navhead ul li
{
   display : inline;
   border-right-color : #669F2D;
   border-right-style : solid;
   border-right-width : 1px;
}

#navhead  li a 
{
   padding-left : 3px;
   padding-right : 3px;
   text-decoration : none;
   float : left;
   color:#669F2D;
   border-right-color : #669F2D;
   border-right-style : solid;
   border-right-width : 1px;
	}
#navhead ul li a:link, #navhead ul li a:visited
{
	color: #669F2D;
	}
#navhead ul li a:hover, #navhead ul li a:active
{
	
	color: #669F2D;
}
/*------------------------------------------------------------------------------------------------*/
/**************************************************************************************************/