/*MENU PRINCIPALE*/
ul#nav
{
	height:25px;
	line-height:14px;
	color: #036734; 
	vertical-align: middle;
	padding-top: 10px;
	padding-left: 10px;
	list-style-type:none;
	float:right;
}	
ul#nav a{		
	display:block;
	color: #FFFFFF;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 15px;
    font-weight: bold;
    padding-left: 25px;
    padding-right: 25px;
    text-decoration: none;
}
ul#nav a:hover
{
	 text-decoration: underline;
}
ul#nav img
{
	padding-right: 5px;
	position: relative; 
	top: 4px;
}
ul#nav li
{
	float: left;
	position: relative;  
	text-align: center;
	padding-right: 18px;
	list-style-type:none;
}

/*MENU SECONDARIO*/
ul#subnav
{
	height:45px;
	line-height:40px;
	background: #fff;
	color: #036734; 
	vertical-align: middle;
	padding-top: 10px;
	padding-left: 10px;
	list-style-type:none;
	float:left;
	margin: 0px;
}	
ul#subnav a{		
	display:block;
	color: #00A05C;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    font-weight: bold;
    padding-left: 10px;
    padding-right: 10px;
    text-decoration: none;
    background-image: url('../immaginicms/menu_2_2.jpg');
	background-repeat: no-repeat;
	height: 42px;
}
ul#subnav a:hover
{
	color:#027542;
}
ul#subnav img
{
	padding-right: 5px;
	position: relative; 
	top: 4px;
}
ul#subnav li
{
	float: left;
	position: relative;  
	text-align: center;
	padding-right: 18px;
	width:140px;
	height: 42px;
	background-image: url('../immaginicms/menu_2_1.jpg');
	background-repeat: no-repeat;
	color: #fff;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    font-weight: bold;
}



/*MENU FOOTER*/
ul#navfooter
{
	height:25px;
	line-height:14px;
	background: #fff;
	color: #036734; 
	vertical-align: middle;
	padding-top: 10px;
	padding-left: 10px;
	list-style-type:none
}
ul#navfooter a{		
	display:block;
	text-decoration: none; 
	color:#aaaaaa; 
	font-size: 10pt;
	vertical-align: middle;
	font-family:Arial, Helvetica, sans-serif;
}
ul#navfooter a:hover
{
	color:#cccccc;
}
ul#navfooter img
{
	padding-right: 5px;
	position: relative; 
	top: 4px;
}
ul#navfooter li
{
	float: left;
	position: relative;  
	text-align: center;
	padding-right: 18px;
}
ul#navfooter li ul
{
	line-height:14px;
	background: #fff;
	color: #036734; 
	vertical-align: middle;
	padding-top: 10px;
	padding-left: 10px;
	list-style-type:none;
	width: 150px;
}
ul#navfooter li ul li
{
	width: 150px;
	float: left;
	position: relative;  
	text-align: center;
	padding-right: 18px;
}
ul#navfooter li ul li a{		
	display:block;
	text-decoration: none; 
	color:#aaaaaa; 
	font-size: 9pt;
	vertical-align: middle;
	font-family:Arial, Helvetica, sans-serif;
}
ul#navfooter li ul li a:hover
{
	color:#cccccc;
}




/*MENU BREADCRUMS*/
#navpath
{
	background-color: #fff;
	width:50%;
	padding: 0px;
	float:right;
	height:30px;
	margin: 0px;
}
#navpath ul
{
	height:25px;
	line-height:14px;
	color: #036734; 
	vertical-align: middle;
	list-style-type:none;
	margin: 0px;
	float: right;
	
}
#navpath ul a{		
	display:block;
	text-decoration: none; 
	color:#aaaaaa; 
	font-size: 9pt;
	vertical-align: middle;
	font-family:Arial, Helvetica, sans-serif;
	padding: 0px;
	margin: 0px;
}
#navpath ul a:hover
{
	color:#cccccc;
}
#navpath ul img
{
	padding-right: 5px;
	position: relative; 
	top: 4px;
}
#navpath ul li
{
	float: left;
	position: relative;  
	text-align: center;
	padding-right: 18px;
}


/*PATH*/
#path
{
	width:50%;
	float:left;	
	background-color: #fff;
	font-family:Arial, Helvetica, sans-serif;
	color:#aaaaaa;
	font-size: 10pt;
	height:25px;
	padding-top: 5px;
}
.minilink
{
	font-family:Arial, Helvetica, sans-serif;
	color:#036734;
	font-size: 10pt;
	text-decoration: none;
}
.minilink:hover
{
	text-decoration:underline;
}
