.highlightit img{
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=70);
	-moz-opacity: 0.7;
}

.highlightit:hover img{
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
	-moz-opacity: 1;
}

a { 
	outline: none; 
}

.login {
	color: #e0c389;
}

.benvenuto {
	font-family: Georgia;
	color: #e0c389;
        font-size: 12px;
}

.inputText {
	border: 1px solid #e0c389;
	background: #000000;
	color: #e0c389;
}

.inputLabel {
	color: #e0c389;
	font-family: Helvetica;
	font-size: 10px;
	
}

.bottoneSubmit {
	border: 1px solid #e0c389;
	background: #e0c389;
	color: #000000;
}

.testo {
	text-align: justify;
	font-family: Verdana;
	font-size: 11px;
	margin-right: 30px;
}

.testo a, .testo a:visited {
	text-align: justify;
	font-family: Verdana;
	margin-right: 30px;
	font-size: 11px;
        text-decoration: none;
        color: #cda158;
}

.testo a:hover {
	text-align: justify;
	font-family: Verdana;
	margin-right: 30px;
	font-size: 11px;
        text-decoration: underline;
        color: #cda158;
}

.titolo {
	font-family: Georgia;
        font-weight: bold;
        font-size: 24px;
        font-variant: small-caps;
        line-height: 25px;
        margin-bottom: 20px;
	margin-right: 30px;
        color: #cda158;
}

a.menu  {
	text-decoration: none;
	color: #e0c389;
}

a.menu:visited {
	text-decoration: none;
	color: #e0c389;
}

a.menu:hover {
	text-decoration: none;
	color: #e0c389;
}

a.menu:active {
	text-decoration: none;
	color: #e0c389;
}

/* Navigation */
.nav, .nav ul { 
	list-style: none;
	margin: 0;
	padding: 0;
}

.nav {
  font-family: Georgia;
  z-index: 100;
  position: relative;
}
.nav li {
  border: 1px solid #e0c389;
  /*border-top: 1px solid #e0c389;*/
  float: left;
  margin: 0;
  padding: 0;
  position: relative;
}


.nav li last{
  border-left: 1px solid #e0c389;  
  border-right: 1px solid #e0c389;
  border-top: 1px solid #e0c389;
  float: left;
  margin: 0;
  padding: 0;
  position: relative;
}

.nav li a, .nav li a:link, .nav li a:active, .nav li a:visited {
  font: bold 13px Georgia;
  background: #000000;
  color: #e0c389;
  display: block;
  padding: 0 9px;
  line-height: 20px;
  text-transform: uppercase;
  text-decoration: none;
}

.nav li a:hover {
  background: #e0c389;
  color: #000;	

}
#nav-one li:hover a, 
#nav-one li.sfHover a {
  background: #e0c389;
  color: #000;
}
#nav-one li:hover ul a, 
#nav-one li.sfHover ul a {
  background: #565656;
  color: #959595;	
}
#nav-one li:hover ul a:hover, 
#nav-one li.sfHover ul a:hover {
  background: #ccc;
  color: #000;	
}

.nav ul {
  background: #565656;
  border-bottom: 1px solid #000;
  list-style: none;
  margin: 0;
  width: 100px;
  position: absolute;
  top: -999em;
  left: -1px;
}
.nav li:hover ul,
.nav li.sfHover ul {
  top: 25px;
}
.nav ul li {
  border: 0;
  float: none;
}
.nav ul a {
  border: 1px solid #000;
  border-bottom: 0;
  padding-right: 20px;
  width: 80px;
  white-space: nowrap;
}
.nav ul a:hover {
  background: #ccc;
  color: #000;
}
