.navcontainer
{
width:100%;
font-family: Verdana, Arial, Helvetica, sans-serif;
border:1px solid #2D4573;
color: #ECF5FF;
letter-spacing: 1em;
text-align: center;
margin-bottom:3px;
background-color:#ECF5FF;

/* Set font-size so theres no default */

/* Set line-height because I think it looks better like this ;^) */
letter-spacing: 0;
/* Set letter-spacing so text don't jump as much when it turns bold on hover */
}

.navtitle, .navtitle_current {
	background-color:#5B7095;
	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 95%;
	color: #ECF5FF;
	text-align: left;
	padding-left:6px;
	padding-top:6px;
	padding-bottom:6px;
	margin-bottom:3px;	
}


.navcontainer .navlist li#current ul, .navcontainer .navlist li#subcurrent ul{
	display:none;
}

.navcontainer a, .navcontainer a:visited
{
/* Set text-decoration and color so there is no default */
text-decoration: none;
color:#003399;
}

.navcontainer ul
{
padding:0px;
margin:0px;
list-style-type: none;

}

/*pagine*/
.navcontainer ul li {

}
.navcontainer ul li{
	text-align: left;
	padding-top: 1px;
	padding-left: 6px;
	padding-bottom: 2px;
	color: #003399;
}

.navcontainer ul li a
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 75%;
	text-decoration:none;
	color:#003399;
}
.navcontainer ul li li{
	padding-top: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	border:none;
	margin-left:20px;
	list-style-type: circle;
}
.navcontainer ul li li a{
	font-size: 75%;
}

.current a{
	text-decoration: underline;
	font-weight:bold;
	color:#003399;
}
.current li a{font-weight:normal;}

.subcurrent
{
font-weight: bold;
letter-spacing: 0;
border-bottom: 1px dashed black;
}

.hiddenforvalidation {
	display:none;
}
.def{
	display:none;
}
