/* menu principale a tabs */
.mn_Main {	padding:0px; width:820px; height:45px; background-image:url('./images/menu/bardefault.gif');	background-repeat:no-repeat;	background-position:top; }
.mn_sea {	width:820px; height:45px; background-image:url('./images/menu/barsicurezza.gif'); background-repeat:no-repeat;	background-position:top;}
.mn_prodotto {	width:820px; height:45px; background-image:url('./images/menu/barprodotto.gif'); background-repeat:no-repeat;	background-position:top;}
.mn_qualita {	width:820px; height:45px; background-image:url('./images/menu/barqualita.gif');	background-repeat:no-repeat;	background-position:top; }
.mn_formazione { width:820px; height:45px; 	background-image:url('./images/menu/barformazione.gif'); background-repeat:no-repeat;	background-position:top; }
.mn_finanziamenti {	width:820px; height:45px; background-image:url('./images/menu/barfinanziamenti.gif'); background-repeat:no-repeat;	background-position:top;}

.mnItem { margin:0px; width:120px; height:45px;	float:left;	text-align:center;		font-size:10pt;	line-height:10pt;		font-weight:bold;}
.mnItem  a { color:#000000;	text-decoration:none;	}
.mnItem  a:visited {	color:#111111;	text-decoration:none;	}
.mnItem  a:hover {	text-decoration:underline;	}


.barSpace {
	width:120px; height:10px;
}
.mnItemsea {
	width:120px; height:35px;
	background-image:url(/css/images/menu/itemsicurezza.jpg);	background-position:top;	background-repeat:no-repeat;
	padding-top:3px;
}

.mnItemseaSel {
	width:120px; height:45px;
	background-image:url(/css/images/menu/itemsicurezzasel.gif);	background-position:top;	background-repeat:no-repeat;
	padding-top:3px;
}

.mnItemprodotto {
	width:120px; height:35px;
	background-image:url(/css/images/menu/itemprodotto.gif);	background-position:top;	background-repeat:no-repeat;
	padding-top:9px;
}

.mnItemprodottoSel {
	width:120px; height:45px;
	background-image:url(/css/images/menu/itemprodottosel.gif);	background-position:top;	background-repeat:no-repeat;
	padding-top:9px;
}

.mnItemqualita {
	width:120px; height:35px;
	background-image:url(/css/images/menu/itemqualita.jpg);	background-position:top;	background-repeat:no-repeat;
	padding-top:9px;
}

.mnItemqualitaSel {
	width:120px; height:45px;
	background-image:url(/css/images/menu/itemqualitasel.gif);	background-position:top;	background-repeat:no-repeat;
	padding-top:9px;
}

.mnItemformazione {
	width:120px; height:35px;
	background-image:url(/css/images/menu/itemformazione.jpg);	background-position:top;	background-repeat:no-repeat;
	padding-top:9px;
}
.mnItemformazioneSel{
	width:120px; height:45px;
	background-image:url(/css/images/menu/itemformazionesel.gif);	background-position:top;	background-repeat:no-repeat;
	padding-top:9px;
}

.mnItemfinanziamenti {
	width:120px; height:35px;	
	background-image:url(/css/images/menu/itemfinanziamenti.jpg);	background-position:top;	background-repeat:no-repeat;
	padding-top:9px;
}

.mnItemfinanziamentiSel {
	width:120px; height:45px;	
	background-image:url(/css/images/menu/itemfinanziamentisel.gif);	background-position:top;	background-repeat:no-repeat;
	padding-top:9px;
}

/* Main submenu*/
.mnSubItem {
	float:left;
	height:30px;
	font-size:9pt; font-weight:normal;
	margin-left:9px; margin-right:3px;
	padding-top:9px;
	
}
.mnSubItem a, a:active, a:visited{
	text-decoration:none;color:#000000;
}
.mnSubItem a:active{
	text-decoration:none;color:#000000;
}
.mnSubItem a:visited{
	text-decoration:none;color:#222222;
}

.mnSubItem a:hover{
	text-decoration:underline;color:#000000;
}

.smToolbar {
	width:820px;height:30px;
	background-image:url('./images/menu/navbottomdefault.gif');
	background-repeat:no-repeat;
	background-position:top;
}

.smToolbarsea {
	width:820px;height:30px;
	background-image:url('./images/menu/navbottomsicurezza.gif');
	background-repeat:no-repeat;
	background-position:top;
}

.smToolbarprodotto {
	width:820px;height:30px;
	background-image:url('./images/menu/navbottomprodotto.gif');
	background-repeat:no-repeat;
	background-position:top;
}
.smToolbarqualita {
	width:820px;height:30px;
	background-image:url('./images/menu/navbottomqualita.gif');
	background-repeat:no-repeat;
	background-position:top;
}

.smToolbarformazione {
	width:820px;height:30px;
	background-image:url('./images/menu/navbottomformazione.gif');
	background-repeat:no-repeat;
	background-position:top;
}
.smToolbarfinanziamenti {
	width:820px;height:30px;
	background-image:url('./images/menu/navbottomfinanziamenti.gif');
	background-repeat:no-repeat;
	background-position:top;
}
/* menu di navigazione di intestazione */
#hdNav {
	float:right;
	height:20px;
	overflow:hidden;
	text-align:right;
	color:#CDCDCD;
	font-size:9pt;
}
#hdNav ul {
	list-style:none;
	float:right;
	height:20px;
	margin:2px 0px 5px 0px;
}
#hdNav li {
	list-style:none;
	float:left;
	margin:0px 8px 0px 4px;
}
#hdNav a{
	color:#DEDEDE;
	text-decoration:none;
}
#hdNav a:visited{
	color:#CCCCCC;
	text-decoration:none;
}
#hdNav a:hover {
	color:#FFFFFF;
	text-decoration:underline;
}

/* menu di navigazione in basso */
#btNav {	
	padding-top:3px;
	margin:auto;
	width:810px;
	height:22px;
	overflow:hidden;
	text-align:center;
	color:#333333;
	font-size:8pt;
	padding:0px 0px 0px 0px;	
}
#btNav ul {
	list-style:none;	
	height:22px;
	padding:2px 0px 0px 0px;
	margin:2px 0px 2px 0px;
}
#btNav li {
	list-style:none;
	float:left;
	margin:0px 1px 0px 2px;
}
#btNav a{
	color:#333333;
	text-decoration:none;
}
#btNav a:visited{
	color:#333333;
	text-decoration:none;
}
#btNav a:hover {
	color:#666666;
	text-decoration:underline;
}