/*CSS principale per il menu*/



ul#nav{
	font-size: 12px;
	font-family: "Century Gothic";
	width:680px;
	letter-spacing: 1px;
}



ul#nav,ul#nav li,ul#nav ul,ul#nav ul li{margin:0;padding:0;list-style-type:none}



ul#nav{
	height:25px;
	line-height:25px;
	margin-left:0px;
	color: #333;
	position: relative;
	float: left;
}



ul#nav a{
	ssdisplay:block;
	color:#000000;
	margin-top: 0px;
	margin-right: 14px;
	margin-bottom: 0px;
	height: 25px;
	line-height: 25px;
	text-decoration: none;
	margin-left: 14px;
}



ul#nav li{
	float: left;
	position: relative;
	height: 25px;
}



ul#nav li li{
	float: none;
	display:block !important;
	display: inline;
}



ul#nav ul{
	position: absolute;
	top: 23px;
	left: -9999px;
	width: 180px;
	background: #fff;
	color: #3B5998
}



ul#nav ul{
	sborder: 0px solid #CCC;
	margin-top: 2px;
	border: 0px solid #CCC;
}



ul#nav ul{
	background-color: #FFF;
	color: #333;
	padding-top: 5px;
	padding-bottom: 5px;
}

ul#nav ul li{
	height: 20px;
	float: left;
	position: relative;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	width: 160px;
	line-height: 20px;
} 
ul#nav ul li a{
	background-color: #FFF;
	color: #999;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-size: 11px;
	margin-left: 0px;
	line-height: 20px;
	height: 20px;
	width: 160px;
	padding-right: 0px;
	position: relative;
	float: left;
	padding-left: 15px;
}
ul#nav ul li a:hover{
	background-color: #DFDFDF;
	color: #333;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	width: 160px;
	height: 20px;
	float: left;
	position: relative;
	line-height: 20px;
}

ul#nav li:hover,ul#nav a:hover{
	background-color: #FFF;
	color: #eeeeee
}



ul#nav li:hover ul,ul#nav li.sfhover ul{left: -1px;z-index: 100}



/*regole per separatore e le icone */



ul#nav li.sep{
	height: 34px;
	background: #fff
}

ul#nav li.sep span{
	display: block;
	height: 1px;
	overflow: hidden;
	background: #CCC;
	margin-top: 6px;
	margin-right: 5px;
	margin-bottom: 0;
	margin-left: 5px;
}

ul#nav li li.icon a{padding-left: 24px}

ul#nav li li.settings a{background: url(icon_settings.gif) no-repeat 3px 3px}

ul#nav li li.privacy a{background: url(icon_padlock.gif) no-repeat 3px 3px}

