/* CSS Document */

ul#navlist
{
	font: bold 11px verdana, arial, sans-serif;
	list-style-type: none;
	padding-bottom: 24px;
	border-bottom: 1px solid #6c6;
	margin: 0;
	text-align: center;
}
#contenitore #navcontainer {
	position: absolute;
	top: 105px;
	width: 900px;
	text-align: center;
}


ul#navlist li
{
	float: left;
	height: 21px;
	background-color: #cfc;
	margin: 2px 2px 0 2px;
	border: 1px solid #6c6;
	text-align: center;
}

ul#navlist li#active
{
border-bottom: 1px solid #fff;
background-color: #fff;
}

li#active a {
	color: #000;
	background-color: #DEFEE6;
}

#navlist a
{
float: left;
display: block;
color: #666;
text-decoration: none;
padding: 4px;
}

#navlist a:hover { background: #fff; }

