/*CSS principale per il menu*/
#main-link-aree {
	width:100%;
	text-align:right;
	position:absolute;
	bottom:0;
	right:0;
	width:100%;
}

ul#nav, ul#nav li, ul#nav ul, ul#nav ul li {
	margin:0;
	padding:0;
	list-style-type:none;
	text-align:left;
}
ul#nav {
	height:17px;
	line-height:25px;
	color: #fff;
	position:absolute;
	bottom:0;
	right:0;
	z-index: 1000;
}
ul#nav a {
	display:block;
	padding: 0 8px;
	margin:2px 0;
	text-decoration: none;
	color:#0060A9;
	border-right: #0060A9 1px solid;
	line-height:12px;
}
ul#nav a.last {
	border-right: none;
}
ul#nav li {
	float: left;
	position: relative;
	
}
ul#nav li li {
	float: none;
	line-height: 13px;
	display:block !important;
	width:100%;
	display: inline; /*IE*/
	/*min-height:22px;*/
	height:auto !important;
	height:22px;
}
ul#nav ul {
	position: absolute;
	top: 16px;
	left: -9999px;
	width: 10em;
	background: #D9E5EF;
	color: #000;
}
ul#nav ul {
	padding: 7px 0;
	border: 1px solid #C7D2DB;
}
ul#nav li li a {
	/*min-height:22px;*/
	height:auto;
	line-height:13px;
	padding: 4px 4px;
	border-right: none;
}
ul#nav ul, ul#nav li li a {
	color: #000;
}
ul#nav li:hover, ul#nav a:hover {
	background-color: #C7D2DB;
	visibility: visible; 
}
ul#nav li:hover ul, ul#nav li.sfhover ul {
	left: -1px;
	position: absolute;

}
/*regole per separatore e le icone */

ul#nav li.sep {
	height: 34px;
}
ul#nav li.sep span {
	display: block;
	height: 1px;
	overflow: hidden;
	margin: 6px 5px 0;
	background: #CCC
}
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
}
