/*--------------------------------------------------------------------------


style: 		NAVIGATION

--------------------------------------------------------------------------*/

/*Navigation*/
#navigation {
	width:850px;
	height:43px;
	line-height:42px;
	background-color: #179edc;
	background-image: url(../gfx/bg-navigation.jpg);
}
#navigation ul {margin:0; padding:0;}
#navigation ul li {list-style:none; display:inline;}
#navigation ul li a {font-weight:bold; color:#fff; margin-left:44px; float:left;}
#navigation ul li a:hover {color:#005189;}
body#azienda li#azienda a, body#servizi li#servizi a, body#organizzazione li#organizzazione a, body#news1 li#news1 a, body#contatti li#contatti a, body#downloads li#downloads a {color:#005189; cursor:default;}
div#organizzazione_left {
	background-image: url(../gfx/ITALIA_regioni.gif);
	background-position: center center;
	height: 100px;
	background-repeat: no-repeat;
}


/*Sub Navigation*/
#subnavigation {
	width:220px;
	float:left;
	background-color: transparent;
	background-image: url(../img/bg-subnavigation-middle.gif);
	display: block;
}
#subnavigationtop {
	height:6px;
	padding-bottom:20px;
	background-color: transparent;
	background-image: url(../img/bg-subnavigation-top.gif);
	background-repeat: no-repeat;
}
#subnavigation ul {margin:0 23px; padding:0;}
#subnavigation li {list-style:none; display:inline;}
#subnavigation a {
	height:30px;
	line-height:20px;
	color:#00548e;
	display:block;
	font-weight: bold;
	text-transform: capitalize;
	font-size: 12px;
}
#subnavigation a:hover {
	background-position: 0 -30px;
	text-transform: capitalize;
	font-weight: bold;
	font-size: 12px;
}
#subnavigation a.on {color:#0190bf; background-position: 0 -30px; cursor:default;}
#subnavigationbottom {
	height:5px;
	padding-bottom:16px;
	background-color: transparent;
	background-image: url(../img/bg-subnavigation-bottom.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}

/*Footer*/
#footer {
	width:850px;
	padding-top:7px;
	height:50px;
	clear:both;
	background-image: url(../gfx/bottom.gif);
	background-repeat: repeat-x;
	background-position: center center;
}
#footerleft {
	width:65%;
	float:left;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 7px;
	font-size: 9px;
}
#footerright {
	width:30%;
	float:right;
	text-align:right;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 0;
	padding-left: 0;
}
#footer ul {padding:5px 0 0 0; margin:0;}
#footer ul li {list-style:none; display:inline;}
#footer ul li a {margin-right:14px; float:left; color:#60cbfc;}
#footer ul li a:hover {color:#fff;}

