﻿/*link generici*/
a:link
{
	color: #0079c2;
	text-decoration: none;
	font-weight: bold;
}
a:hover
{
	color: #082340;
	text-decoration: underline;
	background-color: #6b9bc9;	
}
a:visited
{
	color: #152f48;	
}

/*menu navigazione top*/
ul.menuNavigazioneContent a:link,
ul.menuNavigazioneContent a:visited
{
	color: #fff;
	text-decoration: none;
	font-weight: normal;
}
ul.menuNavigazioneContent a:hover,
ul.menuNavigazioneContent a:active,
ul.menuNavigazioneContent a:focus
{
	text-decoration: underline;
	background-color: Transparent;
}

/*breadcrumb*/
.breadcrumb a
{
	border-right: 1px solid #655b49;
	margin-right: .3em;
	padding-right: .5em;
}
.breadcrumb a:hover
{
	background-color: Transparent;
}

/*footer*/
.footerMenu a:hover,
.menuNavigazioneValidazione a:hover
{
	background-color: Transparent;
}

/*copyright del footer*/
p.copyRight a:link,
p.copyRight a:visited
{
	color: #4c4c4c;
	text-decoration: none;
}
p.copyRight a:hover,
p.copyRight a:focus,
p.copyRight a:active
{
	text-decoration: underline;
}
