﻿
#navMenuSecLiv, #navMenuSecLiv ul { /* all lists */
    padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
}

#navMenuSecLiv a {
    white-space: nowrap;
	display: block;
	width: 10em;
	height: 13px;
}

#navMenuSecLiv a:link, #navMenuSecLiv a:visited {
	text-decoration: none;
}

#navMenuSecLiv a:hover
{
	text-decoration: underline;
}

#navMenuSecLiv li { /* all list items */
    /*border: solid 1px #FF0000;*/
	float: left;
	width: 10em; /* width needed or else Opera goes nuts */
	BACKGROUND-POSITION: 1px 8px;
	padding: 0px 0px 0px 12px;
	BACKGROUND-IMAGE: url(/images/Common/freccia_elenco_blu.gif);
	LINE-HEIGHT: 1.7em;
	BACKGROUND-REPEAT: no-repeat;
	LIST-STYLE-TYPE: none;
}

#navMenuSecLiv li ul { /* second-level lists */
	position: absolute;
/*	background: #00C5FF;*/
	background: #D4EBFF;
	border: solid 1px #666666;
	padding: 5px 0px 3px 5px;
	width: 10em;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

#navMenuSecLiv li:hover ul { /* lists nested under hovered list items */
	left: auto;
}
#navMenuSecLiv li.sfhover ul { /* lists nested under hovered list items */
    
	left: auto;
}

#content {
	clear: left;
	color: #ccc;
}
.navMenuVoce{
    text-align: left;
    height: 20px;
}