#Contenitore {
	position: absolute;
	top: 8px;
	left: 5px;
	FONT-WEIGHT: bold; 
	font-family: Ms Sans Serif,Verdana,Arial,sans-serif;
	font-size: 11px;
}

#Contenitore td{
	background: #0000a0;
	FONT-WEIGHT: bold; 
	font-family: Ms Sans Serif,Verdana,Arial,sans-serif;
	font-size: 11px;
	width: auto;
}

#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;

}

#nav a {
	display: block;
	width: 90px;
	border-bottom: outset 1px white;
	background: #0000a0;
	padding-top: 3px;
	padding-left: 3px;
	padding-bottom: 3px;

}

#nav a:link, #nav a:visited {
	text-decoration:none; 
	color: #ffffff;

}

#nav a:hover {
	text-decoration:none; 
	color: #ffff42;
	background: #0098FE;
}

#nav a.sotto {
	display: block;
	width: 90px;
	border-bottom: outset 1px white;
	padding-top: 3px;
	padding-left: 3px;
	padding-bottom: 3px;
	background: #0000a0 url("../immagini/menu-off.gif") no-repeat; 
}

#nav a.sotto:link, #nav a.sotto:visited {
	text-decoration:none; 
	color: #ffffff;
	
}

#nav a.sotto:hover {
	text-decoration:none; 
	color: #ffff42;
	background: #0098FE url("../immagini/menu-on.gif") no-repeat; 
}

#nav li { /* all list items */
	float: left;
	width: 90px; /* width needed or else Opera goes nuts */
	
}

#nav li ul { /* second-level lists */
	position: absolute;
	background: #F1;
	width: 90px;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	font-size: 11px;
	border: solid 1px white;
FONT-WEIGHT: medium;
}

#nav li ul ul { /* third-and-above-level lists */
	margin: -1em 0 0 90px;
	font-size: 11px;
}

#nav li ul li { /* third-and-above-level lists */
	border-bottom: 1px solid white;	
	width: 90px;
}

#nav li:hover ul ul, #nav li.sfhover ul ul {
	left: -999em;

}

#nav li:hover ul, #nav li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul { 
	/* lists nested under hovered list items */
	left: auto;
}