ul#nav li {
	float: left;
	position: relative;
}
#menu>ul#nav li li {
	float: none;
	display:block !important;
	display: inline; /*IE*/
	text-align:left;
	width:163px;
background:none;
	font-weight:normal;
}
ul#nav ul {
	position: absolute;
	top: 43px;
	left: -9999px;
	color: #666;
	background: url(../img/layout/bg_submenu.png) no-repeat bottom center;
	padding: 5px 0;
	margin-left:2px;
	width:165px;
}

#menu>ul#nav li li a {
	color: #666;
	height:30px;
	line-height: 30px;
	width:100%;
	font-weight:normal;
	background: none;
}
#menu>ul#nav li li a:hover {
	color: #333;
}

#menu>ul#nav li:hover ul, ul#nav li.sfhover ul {
	z-index: 100;
	color: #333;
}
/*regole per separatore e le icone */

ul#nav li.sep span {
	display: block;
	height: 1px;
	overflow: hidden;
	background: #ccc;
	width:92%;
	text-align:center;
	margin:0 auto auto;
}

#menu>ul#nav li li.icon a {
	padding-left:24px;
}
#menu>ul#nav li li.mdanni a {
	background: url(../img/gallery/ico_danni.gif) no-repeat 6px 8px;
}
#menu>ul#nav li li.mmutui a {
	background: url(../img/gallery/ico_mutui.gif) no-repeat 6px 8px;
}

#menu>ul#nav li li.case a {
	background: url(../img/gallery/clock_icon.gif) no-repeat 6px 8px;
}

#menu>ul#nav li li.mgiuridico a {
	background: url(../img/gallery/ico_giuridico.gif) no-repeat 5px 8px;
}
#menu>ul#nav li li.mstranieri a {
	background: url(../img/gallery/ico_stranieri.gif) no-repeat 5px 8px;
}
#menu>ul#nav li li.mfranchising a {
	background: url(../img/gallery/ico_mutui.gif) no-repeat 5px 8px;
}
#menu>ul#nav li li.mlavora a {
	background: url(../img/gallery/ico_lavora.png) no-repeat 5px 8px;
}
#menu>ul#nav li li.mforniture a {
	background: url(../img/gallery/ico_forniture.png) no-repeat 5px 8px;
}
#menu>ul#nav li li.mcontatti a {
	background: url(../img/gallery/ico_contattaci.png) no-repeat 5px 8px;
}

