@charset "utf-8";
/* CSS Document */

#navcontainer { width: 200px; }

#navcontainer ul
{
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 5px;
}

#navcontainer a
{
	display: block;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-top: 3px;
	width: 180px;
}

#navcontainer li.PuntoComune_Voce
{
	width: 200px;
	background-color: #FCD5A0;
	border-bottom: 1px solid #FAAE47;
}

#navcontainer li.PuntoComune_Titolo
{
	width: 200px;
	background-color: #FAAE47;
	border-bottom: 1px solid #A36005;
	color: #A36005;
	font-variant: small-caps;
	font-size: 1.2em;
	font-weight: bold;
	text-align: center;
	padding-bottom: 3px;
	padding-top: 3px;
}

#navcontainer a:link
{
	color: #000000;
	text-decoration: none;
}

#navcontainer a:visited
{
	color: #000000;
	text-decoration: none;
}

#navcontainer a:hover
{
	background-color: #FBC175;
	color: #000000;
}


