.sm-simple {
	margin:0 auto;
	padding-top:5px;
	padding-bottom:2px;
	width:auto;
	text-align:center;
}
.sm-simple a, .sm-simple a:focus, .sm-simple a:active, .sm-simple a.highlighted {
	color: #000;
	font-size: 14px;
	font-weight: bold;
	line-height: 17px;
	text-decoration: none;
	padding: 5px 0px;
	margin-left:25px;
	text-transform:uppercase;
	letter-spacing: 1px;
}
#menu_pages .sm-simple a, #menu_pages .sm-simple a:focus, #menu_pages .sm-simple a:active, #menu_pages .sm-simple a.highlighted {
	color:#393a47;
}
.sm-simple a.current, .sm-simple a:hover {
	color:#003366;
}
.sm-simple a.disabled {
	color: #cccccc;
}
.sm-simple a.has-submenu {
	padding-right: 12px;
}
.sm-simple ul ul a.has-submenu {padding-right:15px;}
.sm-simple a span.sub-arrow {
	position: absolute;
	top: 50%;
	margin-top: -8px;
	left: auto;
	right: 0px;
	width: 8px;
	height: 16px;
	overflow: hidden;
	font: 14px/16px monospace !important;
	background: transparent;
	text-align: center;
	text-shadow: none;
	font-weight:bold;
}
#menu_pages .sm-simple a span.sub-arrow {color:#393a47;}
.sm-simple ul a span.sub-arrow {
	right: auto;
	margin-left: -12px;
}
.sm-simple a.highlighted span.sub-arrow:before {
	display: none;
}
.sm-simple a {
	/*white-space: nowrap;*/
}
.sm-simple ul a, .sm-simple.sm-vertical a {
	white-space: normal;
	border: 0 !important;
}
.sm-simple .sm-nowrap > li > a, .sm-simple .sm-nowrap > li > :not(ul) a {
	white-space: nowrap;
}
.sm-simple li {
	float: left;
}
.sm-simple.sm-rtl li {
	float: right;
}
.sm-simple > li {
	border-top: 0;
	z-index: 100;
}
.sm-simple > li:first-child {
	border-top: 0;
	border-left: 0;
}
.sm-simple ul li, .sm-simple.sm-rtl ul li, .sm-simple.sm-vertical li {
	float: none;
	text-align:left;
}
.sm-simple ul {
	position: absolute;
	background: #fff;
	padding-top:20px;
	padding-bottom:20px;
	/*margin-top:50px!important;*/
	border:1px solid #E8E8E8;
}
.sm-simple ul a, .sm-simple ul a:hover, .sm-simple ul a:focus, .sm-simple ul a:active, .sm-simple ul a.highlighted  {
	font-size: 14px;
	padding:7px 35px;
	color:#000;
	margin-left:0px;
	text-transform:none;
	font-weight:400;
}
.sm-simple ul ul a,
.sm-simple ul ul a:visited,
.sm-simple ul ul a:hover,
.sm-simple ul ul a:focus,
.sm-simple ul ul a:active,
.sm-simple ul a.highlighted {
	border-left: 16px solid transparent;
	padding-left:22px;
	padding-right:15px;
}
.sm-simple ul ul ul a,
.sm-simple ul ul ul a:hover,
.sm-simple ul ul ul a:focus,
.sm-simple ul ul ul a:active {
	border-left: 24px solid transparent;
}
.sm-simple ul ul ul ul a,
.sm-simple ul ul ul ul a:hover,
.sm-simple ul ul ul ul a:focus,
.sm-simple ul ul ul ul a:active {
	border-left: 32px solid transparent;
}
.sm-simple ul ul ul ul ul a,
.sm-simple ul ul ul ul ul a:hover,
.sm-simple ul ul ul ul ul a:focus,
.sm-simple ul ul ul ul ul a:active {
	border-left: 40px solid transparent;
}
.sm-simple ul a:hover, .sm-simple ul ul a:hover, .sm-simple ul ul ul a:hover, .sm-simple ul ul ul ul a:hover, .sm-simple ul ul ul ul ul a:hover {
	color:#003366;
}
/*.sm-simple ul a.has-submenu, .sm-simple ul ul a.has-submenu, .sm-simple ul ul ul a.has-submenu {
	padding-right: 0px;
}	*/
.sm-simple ul > li {
	border-left: 0;
}

/*  !!! schermi piccoli pc */
@media only screen and (min-width:769px) and (max-width:1024px){
	.sm-simple a, .sm-simple a:focus, .sm-simple a:active, .sm-simple a.highlighted {margin-left:17px;}
}



/*.sm-simple span.scroll-up, .sm-simple span.scroll-down {
	position: absolute;
	display: none;
	visibility: hidden;
	overflow: hidden;
	background: white;
	height: 20px;
}
.sm-simple span.scroll-up-arrow, .sm-simple span.scroll-down-arrow {
	position: absolute;
	top: -2px;
	left: 50%;
	margin-left: -8px;
	width: 0;
	height: 0;
	overflow: hidden;
	border-width: 8px;
	border-style: dashed dashed solid dashed;
	border-color: transparent transparent #555555 transparent;
}
.sm-simple span.scroll-down-arrow {
	top: 6px;
	border-style: solid dashed dashed dashed;
	border-color: #555555 transparent transparent transparent;
}
.sm-simple.sm-rtl a.has-submenu {
	padding-right: 20px;
	padding-left: 32px;
}
.sm-simple.sm-rtl a span.sub-arrow {
	right: auto;
	left: 20px;
}
.sm-simple.sm-rtl.sm-vertical a.has-submenu {
	padding: 11px 20px;
}
.sm-simple.sm-rtl.sm-vertical a span.sub-arrow {
	right: 20px;
	margin-right: -12px;
}
.sm-simple.sm-rtl > li:first-child {
	border-left: 1px solid #eeeeee;
}
.sm-simple.sm-rtl > li:last-child {
	border-left: 0;
}
.sm-simple.sm-rtl ul a.has-submenu {
	padding: 11px 20px;
}
.sm-simple.sm-rtl ul a span.sub-arrow {
	right: 20px;
	margin-right: -12px;
}
.sm-simple.sm-vertical a span.sub-arrow {
	right: auto;
	margin-left: -12px;
}
.sm-simple.sm-vertical li {
	border-left: 0;
	border-top: 1px solid #eeeeee;
}
.sm-simple.sm-vertical > li:first-child {
	border-top: 0;
}*/
