/* colori link delle sottovoci menu sinistro*/
#navbar :link
	{
	color:#808080;
	text-decoration: none;
	}

#navbar :visited
	{
	color: #808080;
	text-decoration: none;
	}

#navbar a:hover
	{
	color: #546000;
	text-decoration: none;
	}

#voce1 a
	{
	background: transparent url(img/a/prod_off.gif) no-repeat top left; 
	}
	
#voce1 a:hover
	{
	background: transparent url(img/a/prod_on.gif) no-repeat top left; 
	}
	
#voce2 a
	{
	background: transparent url(img/a/crea_off.gif) no-repeat top left; 
	}
	
#voce2 a:hover
	{
	background: transparent url(img/a/crea_on.gif) no-repeat top left; 
	}
	
#voce3 a
	{
	background: transparent url(img/a/cli_off.gif) no-repeat top left; 
	}
	
#voce3 a:hover
	{
	background: transparent url(img/a/cli_on.gif) no-repeat top left; 
	}
	
#voce4 a
	{
	background: transparent url(img/a/serv_off.gif) no-repeat top left; 
	}
	
#voce4 a:hover
	{
	background: transparent url(img/a/serv_on.gif) no-repeat top left; 
	}
	
#voce5 a
	{
	background: transparent url(img/a/usato_off.gif) no-repeat top left; 
	}
	
#voce5 a:hover
	{
	background: transparent url(img/a/usato_on.gif) no-repeat top left; 
	}
	
#voce6 a
	{
	background: transparent url(img/a/link_off.gif) no-repeat top left; 
	}
	
#voce6 a:hover
	{
	background: transparent url(img/a/link_on.gif) no-repeat top left; 
	}
	
#voce7 a
	{
	background: transparent url(img/a/cont_off.gif) no-repeat top left; 
	}
	
#voce7 a:hover
	{
	background: transparent url(img/a/cont_on.gif) no-repeat top left; 
	}
	
#solido
	{
	background-image:url(img/a/solido.gif);
	}	

.sottovoce a:link
	{
	color: #97AE00;
	text-decoration: none;
	}

.sottovoce a:visited
	{
	color: #97AE00;
	text-decoration: none;
	}

.sottovoce a:hover
	{
	color: #657305;
	text-decoration: none;
	}
	
.barratitolo
	{
	color: #657305;
	}

#catbox
	{
	background-color:#e7e9dc;
	}