
#col2 {
	width: 50px;
	padding-right: 5px;
	padding-left: 5px;
	height: 400px;
	float: left;
	z-index:4;
	position: absolute;
	left: 142px;
	top: 60px;
	padding-top:0px;
	margin-top:0px;
	/*border:1px #CC6 solid;*/
	
}
#col3 {
	width: 550px;
	padding-right: 5px;
	padding-left: 5px;
	height: 400px;
	float: left;
	z-index:5;
	position: absolute;
	left: 272px;
	top: 60px;
	/*border:1px solid #CCC;*/
}


/*#browsecontainer #col4 {

	width: 225px;
	padding-right: 5px;
	padding-left: 5px;
	background-color: #FBF9F4;
	height: 400px;
	float: left;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #B3B3B3;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #B3B3B3;

}*/
#navcontainer {
	width: 135px;
	font-size: 12px;
}

#navcontainer ul
{
margin-top:0px;
margin-left: 0;
padding-left: 0;
list-style-type: none;
}
#navcontainer ul li
{

padding-bottom: 10px;

}

#navcontainer a
{
}

#navcontainer a:link, #navlist a:visited
{
text-decoration: none;
}

#navcontainer a:hover
{
}
#navcontainer .attivo
{
	background-color: #F6F4F2;
	color: #555533;
	background-image: url(img/linkfreccia.gif);
	background-repeat: no-repeat;
	background-position: right center;
}
/* PER LA PAGINAZIONE */

#navcontainer li a.paginazione
{
	display: inline;
/*	background-image: url(img/sfondo_paginazione.gif);
	background-repeat: no-repeat;*/
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 3px;
	padding-right: 3px;
	margin-left: 20px;
	font-size: 11px;	
}
#navcontainer li a.paginazione:hover
{
background-image:none;
/*	background-image: url(img/sfondo_paginazione_hover.gif);
	background-repeat: no-repeat; 
background-position: left top;*/
}
