

/************* #globalNav styles **************/

#globalNav{
color: #000000;  /* #cceecc;*/
padding: 0px 0px 0px 10px;
white-space: nowrap;
}
/* 'nowrap' prevents links from line-wrapping if there are too many to fit in one line
   this will force a horizontal scrollbar if there isn't enough room for all links
   remove rule or change value to 'normal' if you want the links to line-wrap */

#globalNav img{
 display: block;
}


#globalNav a {
      background-color: #242D9C;
      color: #ffff00; /* link visitati */
      border: 1px solid #ffff00;  /* #cccccc */
	font-size: 90%;
	padding: 5px 10px 5px 10px; 
}

#globalNav a:link, a:visited {
	color: #ffffff;  /*colore principle*/
	text-decoration: none;
}

#globalNav a:hover {
      color: #ff00ff;   /* al passaggio del mouse*/
      border-color: #ff00ff;
	text-decoration: none;
	
}


#siteInfoWM{
	/*  clear: both;  serve a nascondere !! */

	border: 1px solid #cccccc;
	font-size: 75%;
	color: #242D9C;
	padding: 10px 10px 10px 10px;
	margin-top: -1px;
}