.sf-menu, .sf-menu * {
	float: left;
	margin:	0;
	padding: 0;
	list-style:	none;
}
.sf-menu {
	line-height: 1.0;
}

.sf-menu li {
	float: left;
	position: relative;
	margin: 0;
	padding: 0;
	border: 0;
	width: 140px;
	height: 60px;
	background: url(../img/bkg_lk_navigazione.gif) 0 0 no-repeat;
}
.sf-menu li:hover, .sf-menu li.sfHover {
	background-position: 0 -60px;
}
.sf-menu li:hover {
	visibility:	inherit;  /*fixes IE7 'sticky bug'*/
}

.sf-menu a {
	display: block;
	position: relative;
	margin: 0;
	padding: 25px 5px 2px 5px;
	border: 0;
	width: 130px;
	height: 33px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #059;
	line-height: 1.1em;
	text-align: center;
	text-decoration: none;
	overflow: hidden;
}
.sf-menu a:hover {
	color: #07d;
}

.sf-menu ul {
	position: absolute;
	top: -999em;
	width: 140px; /* left offset of submenus need to match (see below) */
	border-top: 1px solid #fff;
}
.sf-menu li.sfHover ul {
	left: -20px;
	top: 60px; /* match top ul list item height */
	z-index: 200;
}

.sf-menu li li {
	border-bottom: 1px solid #fff;
	width: 138px;
	min-height: 20px;
	height: auto !important;
	height: 20px;
	background: #d9ecff url(../img/bkg_lk_subnav.gif) left bottom;
}
.sf-menu li:hover li:hover, .sf-menu li.sfHover li.sfHover {
	background: #e3f3ff url(../img/bkg_lk_subnav.gif) right bottom;
}
.sf-menu li li a, .sf-menu li li a {
	padding: 5px 4px;
	width: 130px;
	min-height: 15px;
	height: auto !important;
	height: 15px;
	font-size: 86%;
	letter-spacing: normal;
}

/*** Ombre ***/
.sf-shadow ul {
	background: url(../img/bkg_ul_subnav.png) left bottom no-repeat;
	padding: 0 20px 20px 20px;
}
.sf-shadow ul.sf-shadow-off {
	background: url(../img/bkg_ul_subnav.png) left bottom no-repeat;
	padding: 0 20px 20px 20px;
}
/*
#navigazione li {
	float: left;
	margin: 0;
	padding: 0;
	border: 0;
	width: 98px;
	height: 60px;
	background: url(../img/bkg_lk_navigazione.gif) 0 0 no-repeat;
}
#navigazione li:hover, #navigazione li.sfhover {
	background-position: 0 -60px;
}
#navigazione a {
	display: block;
	margin: 0;
	padding: 18px 0 2px 0;
	border: 0;
	width: 98px;
	height: 40px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #059;
	letter-spacing: -0.05em;
	line-height: 1.1em;
	text-align: center;
	text-decoration: none;
	overflow: hidden;
}
#navigazione a:hover {
	color: #07d;
}
#navigazione li ul {
	position: absolute;
	left: -4800em;
	margin: 0 0 0 -51px;
	padding: 0 20px 20px 20px;
	border-top: 1px solid #fff;
	width: 150px;
	height: auto;
	background: url(../img/bkg_ul_subnav.png) left bottom no-repeat;
}
#navigazione li:hover ul, #navigazione li.sfhover ul {
	left: auto;
}
#navigazione li:hover li, #navigazione li.sfhover li {
	border-bottom: 1px solid #fff;
	width: 150px;
	min-height: 20px;
	height: auto !important;
	height: 20px;
	background: #d9ecff url(../img/bkg_lk_subnav.gif) left bottom;
}
#navigazione li:hover li:hover, #navigazione li.sfhover li.sfhover {
	background: #e3f3ff url(../img/bkg_lk_subnav.gif) right bottom;
}
#navigazione li:hover li a, #navigazione li.sfhover li a {
	padding: 5px 0;
	width: 150px;
	min-height: 15px;
	height: auto !important;
	height: 15px;
	font-size: 86%;
	letter-spacing: normal;
}*/