/* headMenu */
div#headMenu { 
  margin-top:12px;
	background:#40494D;
  height:40px;
	width:100%;
	border-top:12px solid white;
	border-bottom:12px solid white;
	position:absolute;
	top:180px;
	left:0px;	
}			
* html div#headMenu {
	
}			
div#headMenu ul {
  display:inline;  	
	float:right;	
}						
div#headMenu ul li {
  float:left;
  text-align:center;
  margin-left:20px;
  height:40px;  
}		
div#headMenu ul li a {
	color:#fff;
  background: url(imgs/menu_X.gif) top right no-repeat;
  padding:12px 20px 12px 5px;
  font: normal 14px Verdana;
  white-space:nowrap;
  display:block; 
}
div#headMenu ul li.last a {
  background: url(imgs/menu_X.gif) 97% 0% no-repeat;
}	

div#headMenu ul li.hmF a {background:none;}		
	
div#headMenu ul li a:hover {
  text-decoration:none;
}
div#headMenu ul li.hmA a:hover {background: url(imgs/menu_A.gif) top right no-repeat;}				
div#headMenu ul li.hmI a:hover {background: url(imgs/menu_I.gif) top right no-repeat;} /* Investimenti, inserted in a second time */				
div#headMenu ul li.hmB a:hover {background: url(imgs/menu_B.gif) top right no-repeat;}				
div#headMenu ul li.hmC a:hover {background: url(imgs/menu_C.gif) top right no-repeat;}				
div#headMenu ul li.hmD a:hover {background: url(imgs/menu_D.gif) top right no-repeat;}				
div#headMenu ul li.hmE a:hover {background: url(imgs/menu_E.gif) top right no-repeat;}				
/* div#headMenu ul li.hmN a:hover {background: url(imgs/menu_N.gif) top right no-repeat;} */  /* news archive, hardcoded link with a CMD */
div#headMenu ul li.hmF a:hover {background: url(imgs/menu_F.gif) top right no-repeat;}				

div#headMenu ul li.current a {
	color:#fff;
}		





/* groupMenu */
div.groupMenu {	
	text-align:left;
}		
	div.groupMenu li a {
		color:#3D3D35;
	  font: normal 12px Verdana;
		background: url(imgs/square.gif) top left no-repeat;
		padding-left:20px;
	}
	div.groupMenu li a:hover {
		background: url(imgs/squareActive.gif) top left no-repeat;
		padding-left:20px;
	}
	div.groupMenu li.GMmarked a {
		background: url(imgs/squareActive.gif) top left no-repeat;
		padding-left:20px; 
	}
  div.groupMenu ul li { padding-bottom:20px; }    
  div.groupMenu ul li div {  }  
  div.groupMenu ul li ul li{ font-weight: bold;}
  div.groupMenu ul li ul li ul li{ padding-left:25px; font-weight: normal;} 
  
					
			

