/* CSS Document */

#banner .menutop {
	font-family:Arial, Helvetica, sans-serif;
	margin:0px 46px 0 18px;
	font-size: 1.2em;
	font-weight: bold;
	padding: 0;
	height:73px;
	/*background-repeat: no-repeat;
	background-position: 166px 0;*/
	position:relative;
}

#banner .menutop a{

	color:#73703d;
	text-decoration:none;

}

#banner .menutop a:hover{
	color: #FF0000;
	text-decoration: underline;
}
#banner .menutop .macrosezioni{width:164px;
float:left;
margin:0;
padding:0;}
#banner .menutop .bannerimmagine{
margin:0;
padding:0;
height:71px;
margin-left:166px;
background-repeat:no-repeat;}
#banner .menutop ul{
margin:0;
padding:0;
list-style-type:none;
/*float:left;*/
}

#banner .menutop li{
	text-transform: uppercase;
	margin:0;
	border-bottom:2px solid #FFFFFF;
	padding:2px 0px 0px 11px;
	height:18px;
	
}
#banner .menutop li.Temi, #banner .menutop li.Temi-sel{
background-color:#e7e1ad;
}
#banner .menutop li.Interessi, #banner .menutop li.Interessi-sel{
background-color:#eeeac7;
}
#banner .menutop li.Ente, #banner .menutop li.Ente-sel{
background-color:#eae9e4;
}
#banner .menutop li.Temi-sel, #banner .menutop li.Interessi-sel, #banner .menutop li.Ente-sel{
	font-size:1.3em;
	font-weight:normal;
	background-repeat: no-repeat;
	background-position: left center;
	border-bottom:none;
	border-top-width: 1px;
	border-top-style: solid;
	border-right-width: 1px;
	border-right-style: solid;
	height:26px;
	position:relative;
	top:1px;
}
/*#banner .menutop li.Temi-sel{margin-top:43px;
}
#banner .menutop li.Interessi-sel{margin-top:21px;
}
#banner .menutop li.Ente-sel{margin-top:-1px;
}*/

#banner .menutop li.Temi-sel a, #banner .menutop li.Interessi-sel a, #banner .menutop li.Ente-sel a{
color:#000000;
}
#banner .menutop li.sel a{
}
#banner .menutop li.primo{
border:none;


}
#banner .menutop li.primosel{
border:none;
}

/*##########################-----------NAVCONTAINER--------------###############################################*/


.navcontainer{
	
}
.navcontainer ul{
list-style-type:none;
margin:0;
padding:0;}
.navcontainer li{
line-height:1.5em;
display:inline;
margin:0 0 0 0.2em;
padding:0 0 0 0.8em;
background-image:url(../img/menu-top/sottomenu/li-001.gif);
background-repeat:no-repeat;
background-position:0 0;
font-size:0.8em;
font-weight:bold;}
.navcontainer li#primo{
background-image:none;
margin:0;
padding:0;}
.navcontainer li a{
text-decoration:none;}
.navcontainer li a:hover{
color:#FF0000;
text-decoration: underline;}
