/* colori:
 *	#044d80 base per lista men
 *  #051b57 base per font home page (Link su testi)
 */

a:link		{color: #051b57; text-decoration: none;}
a:visited	{color: #051b57; text-decoration: none;}
a:active	{color: #051b57; text-decoration: none;}
a:hover		{color: #800000; text-decoration: none;}


#testa		{top: 0px;left: 0px; right: 0px;position: absolute;height: 75px;
			background-image: url("../imagebase/fondo00.jpg");
			background-color: #044d80;
			}
#logo		{top: 2px;left: 20px;position: absolute;
			}	
#address	{top: 2px;right: 20px;position: absolute;
			}
#rigamenu	{top: 75px; left: 0px;right: 0px; height: 32px;position: absolute;
			background-color: #044d80;
			}
#dettaglio	{top: 0px;left: 5px;position: absolute;
			}
#partiva	{position: absolute;left: 10px;bottom:0px;height:21px;width:516px;
			background-image: url("../imagebase/partiva3.png");
			border-bottom-left-radius:7px;
			border-bottom-right-radius:7px;
			border-top-left-radius:7px;
			border-top-right-radius:7px;
			cursor:pointer;
			}
