<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* ######### Drop Down ULs CSS ######### */

.ddsubmenustyle, .ddsubmenustyle ul{ /*topmost and sub ULs, respectively*/
	margin: 0;
	padding:0;
	position: absolute;
	left: 0;
	top: 0;
	visibility: hidden;
	z-index: 100;
	width:176px;
	background:none;
	background-color:none;
	}

.ddsubmenustyle li {
	list-style:none;
	}
	
.ddsubmenustyle li a {
	display: block;
	width: 176px; /*width of menu (not including side paddings)*/
	color:#fff;
	background:url(../immagini/sfondo_sotto_menu.png) repeat-y;
	text-decoration: none;
	font-size:11px;
	}
	
.ddsubmenustyle li a span {
	display:block;
	width:170px;
	padding:8px 10px 8px 20px;
	border-bottom: 1px solid #8BA8D3;
	voice-family: "\"}\""; 
	voice-family:inherit;
	width:140px;
	}	
	
.ddsubmenustyle li.chiusura {
	border-bottom:0;
	padding-bottom:6px;
	background:url(../immagini/chiusura_sotto_menu.png) bottom no-repeat;
	}	
	
.ddsubmenustyle li.chiusura a,
.ddsubmenustyle li.chiusura a span {
	border-bottom:0;
	}	

* html .ddsubmenustyle li{ /*IE6 CSS hack*/
	display: inline-block;
	width: 176px;
	}

.ddsubmenustyle li a:hover span {
	background:none;
	background-color:#333333;
	color:#fff;
	}

/* ######### Neutral CSS  ######### */

.downarrowpointer{ /*CSS for "down" arrow image added to top menu items*/
	padding-left: 4px;
	border: 0;
	}

.rightarrowpointer{ /*CSS for "right" arrow image added to drop down menu items*/
	position: absolute;
	padding-top: 3px;
	left: 100px;
	border: 0;
	}

.ddiframeshim{
	position: absolute;
	z-index: 500;
	background: transparent;
	border-width: 0;
	width: 0;
	height: 0;
	display: block;
	}
		</pre></body></html>