﻿#navigation{
 height: 35px;
 margin: auto;
 list-style-type: none;
 background: #474747;
 float:left;
 width:auto;
 color: #FFFFFF;
 font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
 font-size: 11pt;
 font-weight: bold;
 padding-left:0px;
}
   
	#navigation li{
	 padding: 0;
	 margin: 0;
	 display: inline;
	 color: #FFFFFF;
	 }
	  
	#navigation li a{  
	 float: left;
	 color: #000;
	
	 color: #FFFFFF;
	 text-decoration: none;
	 padding: .6em  1.5em; 
	  /*border-bottom: 3px solid #666;*/
	 }
	 

 	 	  
	#navigation li a:hover{
	 /*border-bottom: 3px solid #000;*/
	 background: #063E63;  
	  color: #FFFFFF; 
	 }
	   
	  #navigation li.t1 a:hover{ background: #ce9aaa; }
	  #navigation li.t2 a:hover{ background: #b7c770; }
	  #navigation li.t3 a:hover{ background: #f4c086; }
	  #navigation li.t4 a:hover{ background: #579ec8; }
	  #navigation li.t5 a:hover{ background: #e2d892; }
	  
/* Impostazioni di navigation */

.navigationblu_active {
	background-color: #ce9aaa;
}


.navigationgiallo_active {
	background-color: #b7c770;
}


.navigationrosso_active {
	background-color: #f4c086;
}


.navigationverde_active {
	background-color: #579ec8;
}


.menu_navigation {
	background-color: #474747;
	overflow: auto;
	width: 100%;
	height:60px;
	position: absolute;  
	position: fixed;
    left: 0px;
    margin-top: 120px;

}

.menu_navigationtrasparente{
	width:1024px;
	height:100%;
	font-size:10pt;
	text-align:left;
	font-family: Segoe UI;
	color:#ffffff;
	margin-left: auto;
	margin-right: auto;
	
}

.navigationblu_bar {
	background-color: #474747;
	overflow: auto;
	width: 100%;
	height:10px;
	position: absolute;  
	position: fixed;
    left: 0px;
    margin-top: 180px;
 
}


.navigationgiallo_bar {
	background-color: #474747;
	overflow: auto;
	width: 100%;
	height:10px;
	position: absolute;  
	position: fixed;
    left: 0px;
    margin-top: 180px;
 
}


.navigationrosso_bar {
	background-color: #474747;
	overflow: auto;
	width: 100%;
	height:10px;
	position: absolute;  
	position: fixed;
    left: 0px;
    margin-top: 180px;
 
}


.navigationverde_bar {
	background-color: #474747;
	overflow: auto;
	width: 100%;
	height:10px;
	position: absolute;  
	position: fixed;
    left: 0px;
    margin-top: 180px;
 
}



	  
	  
