@import url('https://fonts.googleapis.com/css?family=Lato:400,700,900|Roboto+Condensed:400,700,700i|Roboto:400,500,700,900');
#cssmenu {
font-family: 'Lato', sans-serif; text-transform:uppercase; font-weight:normal; font-size: 12px;}
  
#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  line-height: 1;
  display: block; 
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align:LEFT;
  background: inherit;
}

#cssmenu ul li a {
  margin: 0;
  list-style: none;
  display: block; 
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#cssmenu > ul > li > ul > li > a {font-weight:600; font-size: 14px; color:#999}
#cssmenu > ul > li > ul#nav-help > li > a {font-weight:600; font-size: 12px; color:#999}


/*-no-mobile-*/
@media only screen and (min-width: 560px) {
#cssmenu {width: 100%;}
#cssmenu ul li .mobile .nomem {display:none; visibility:hidden;}
#cssmenu ul ul ul {display: none;}  	
#cssmenu ul li .mobile	{ display: none; visibility: hidden}
/*#cssmenu ul li .no-mobile { border-bottom:1px solid #f6f6f6; height: 10px;  display:block} */
#cssmenu ul li .no-mobile { height: 26px; display:block; background:#fbfefb;  
 width:20px; position:absolute; left: 0px; top:6px; z-index:0 }  
#cssmenu ul li .no-mobile::after	{content: "\2193"; padding-left: 6px; }    
}
/*mobile*/
@media only screen and (max-width: 559px) {
#cssmenu ul ul  		{ display: none; }
#cssmenu ul li .mobile	{ display: block; visibility: visible}
#cssmenu ul li .no-mobile,  #cssmenu ul li .no-mobile .apri, #cssmenu ul li .no-mobile .nomem
{display:none; visibility:hidden; width: 0px; 
    height: 0px;
    padding: 0px;
    position: relative;
} 
#cssmenu > ul > li > a {
  padding: 2px 8px;
  border-left: 0px;
  border-right: 0px;
  background:#E9E9E9;
  border-top:0px;}
}
#cssmenu ul li ul li a.verde {
	background:#9f9;
	color: #000;
}
/* primo liv bt menu*/
#cssmenu > ul > li > a {
  cursor: pointer;
  z-index: 2;
  text-decoration: none;
  text-align:left;
}
#cssmenu > ul > li > ul > li > a {
	padding-top: 8px;
	padding-right: 8px;
	padding-bottom: 8px;
	padding-left: 6px;
}
#cssmenu > ul > li > a:hover,
#cssmenu > ul > li.active > a,
#cssmenu > ul > li.open > a {
  color: #000;
}
#cssmenu > ul > li.open > a {
 box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.15);  border-bottom: 1px solid #e1e1e1;
}
#cssmenu > ul > li.last > a {
  border-bottom: 1px solid #f6f6f6;
}

/* su primo liv bt menu*/
.holder {
  width: 0;
  height: 0;
  position: absolute;
  top: 0;
  right: 0;
}
.holder::after,
.holder::before {
  display: NONE;
  position: absolute;
  content: "";
  width: 6px;
  height: 6px;
  left: 160px;
  z-index: -10;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
 
}
.holder::after {
  top: 17px;
  border-top: 2px solid #ffffff;
  border-left: 2px solid #ffffff;
}

#cssmenu > ul > li > a:hover > span::after,
#cssmenu > ul > li.active > a > span::after,
#cssmenu > ul > li.open > a > span::after {
  border-color: #eeeeee;
}
#cssmenu > ul > li.active > a > span::after,
#cssmenu > ul > li.open > a > span::after {
  border-color: #eeeeee;
}

.holder::before {
  top: 18px;
  border-top: 2px solid;
  border-left: 2px solid;
  border-top-color: inherit;
  border-left-color: inherit;
}
 
#cssmenu ul ul li a /* liv nav e sotto */ {
cursor: pointer;
padding:5px 10px;
z-index: 1;
text-decoration: none;
font-size: 12px;
background: #fbfefb;
border: 1px solid #EEE;
/*non mettere colore*/
}


#cssmenu > ul > li > ul > li#bt3 > a /* liv nav e sotto */ {
background: #FFF;
font-size: 16px;
font-weight:600;
color: #999;
text-align:center;
border-bottom-width: 1px;
border-bottom-style: solid;
border-bottom-color: f6f6f6;
border-left: hidden;
border-right:hidden;
border-top: hidden;
}

@media only screen and (min-width: 560px) {
#cssmenu ul ul li#bt2 { display:block; }
#cssmenu ul ul li ul li	{float:none; display:block; width: 100%;}
#cssmenu ul ul li#bt2 {min-width: 120px; width: 100%;}
#cssmenu ul ul li#bt3 { display:block; float:left; margin-top: 8px;max-width: 110px; width:16%;}
}

#cssmenu ul ul li:hover > a,
#cssmenu ul ul li.active > a {
background: #FEFEFE;
color: #333;
}
#cssmenu ul ul li:first-child > a {
 box-shadow: none;
}
#cssmenu ul ul ul li:first-child > a {}
#cssmenu ul ul ul li a    /* liv 3 e sotto*/ {
border-top: 0px;
padding-left: 12px;
}
#cssmenu ul ul#nav-help ul li a {
padding-left: 12px; color: #999}
#cssmenu ul ul#nav-help ul li a:hover {color: #333;}
#cssmenu ul ul#nav-help ul li a::after
{content:"-"; position:absolute; left: 6px;}

#cssmenu ul ul ul li ul li a#Limitate {
  color:#000;
  word-spacing: 1px;
  cursor: text;
  font-style:italic;
  background-color: #EAEAEA;
  padding-left: 10px;
}

#cssmenu > ul > li > ul > li:last-child > a,
#cssmenu > ul > li > ul > li.last > a {
border-bottom: 0;
}
#cssmenu > ul > li > ul > li.open:last-child > a,
#cssmenu > ul > li > ul > li.last.open > a {
  border-bottom: 1px solid #32373e;
}
#cssmenu > ul > li > ul > li.open:last-child > ul > li:last-child > a {
border-bottom: 0; 
}
/*#cssmenu ul li.int > a::after,*/
#cssmenu ul ul li.has-sub > a::after{
display: block;
position: absolute;
content: "";
width: 5px;
height: 5px;
RIGHT: 10px;
z-index: 10;
top: 7.5px;
border-top: 2px solid #999;
border-left: 2px solid #999; 
-webkit-transform: rotate(-135deg);
-moz-transform: rotate(-135deg);
-ms-transform: rotate(-135deg);
-o-transform: rotate(-135deg);
transform: rotate(-135deg);
}

#cssmenu ul ul li.has-sub > a.verde::after {
border-top: 2px solid #40e340;
border-left: 2px solid #40e340; 
}

#cssmenu ul ul li#bt3.has-sub > a::after {
RIGHT: inherit; left: 56px;
}

#cssmenu ul ul li.active > a::after,
#cssmenu ul ul li > a:hover::after {
border-color: #666;
}
#cssmenu ul ul li.open > a::after{
border-color: #666; /* ex blu*/
}

/*-color marchi -*/
#cssmenu ul ul ul ul li a,  
#cssmenu ul ul ul li > a {color: #000}

#cssmenu ul ul ul ul li.inshome > a,
#cssmenu ul ul ul li.inshome > a {background:#EEE; color: #999;}

#cssmenu ul ul ul ul ul li a.attivo,  
#cssmenu ul ul ul ul.articolo li a.attivo 
{color: #000; font-weight:600;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;}

 /*  liv 5 */ 	
#cssmenu ul ul li ul li ul li ul li a,  
#cssmenu ul ul li ul li ul.articolo li a
{
background:#fafafa;
border-bottom: 1px solid #f3f3f3;
padding-left: 20px;
padding-bottom:4px;
padding-top: 4px;
font-size: 10px;
font-family:  'Roboto', sans-serif;
color: #999;
}
#cssmenu ul ul li ul li ul li ul li a:hover,  
#cssmenu ul ul li ul li ul.articolo li a:hover 
{color: #00bb33}
 
#cssmenu ul ul ul ul li.in a::after, 
#cssmenu ul ul ul ul ul li.in a::after 
{ position: absolute;
content: url(../img/BottoneVerde.gif);
width: 4px;
height:4px;
z-index: 10;
top:2px; padding-left:4px;
}

#cssmenu ul ul ul ul li a span.in::after, 
#cssmenu ul ul ul ul ul li a span.in::after 
{content: url(../img/BottoneVerde.gif);}

#cssmenu ul ul li ul li ul li ul li span
{font-size: 11px; /* color: #878787;*/ color:#D1373A }

#apri {
border: 1px solid #374C77;
border-radius: 3px 3px 3px 3px;
cursor: pointer;
display: block;
height: 24px;
padding: 3px 4px 3px;
position: relative;
width: 25px;
background: #C00;
background: -moz-linear-gradient(top, #236021 0%, #326b31 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #236021), color-stop(100%, #326b31));
background: -webkit-linear-gradient(top, #236021 0%, #326b31 100%);
background: -o-linear-gradient(top, #236021 0%, #326b31 100%);
background: -ms-linear-gradient(top, #236021 0%, #326b31 100%);
background: linear-gradient(to bottom, #236021 0%, #326b31 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#236021', endColorstr='#326b31', GradientType=0);
}
#apri div {
background-color: #fff;
border: 1px solid #eee;
border-radius: 2px 2px 2px 2px;
height: 2px;
margin-top: 3px;
width: 90%;
}

#apri-help {
border: 1px solid #374C77;
border-radius: 3px 3px 3px 3px;
cursor: pointer;
display: block;
height: 24px;
padding: 3px 4px 3px;
position: relative;
width: 25px;
background: #C00;
background: -moz-linear-gradient(top, #236021 0%, #326b31 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #236021), color-stop(100%, #326b31));
background: -webkit-linear-gradient(top, #236021 0%, #326b31 100%);
background: -o-linear-gradient(top, #236021 0%, #326b31 100%);
background: -ms-linear-gradient(top, #236021 0%, #326b31 100%);
background: linear-gradient(to bottom, #236021 0%, #326b31 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#236021', endColorstr='#326b31', GradientType=0);
}
#apri-help div {
background-color: #fff;
border: 1px solid #eee;
border-radius: 2px 2px 2px 2px;
height: 2px;
margin-top: 3px;
width: 90%;
}

.nomem {position: absolute;	 left: 46px; top: 12px; color: #333;  }

#cssmenu ul ul li#inpens > a {
font-size: 14px;
color:#555;
border-bottom-width: thin;
border-bottom-style: solid;
border-bottom-color: #9F9;
padding-left:8px;
background-color: #EEE;
}
/*.madeinitaly, .international {
font-size: 14px;
color:#555;
font-weight: 300;
font-family: "Roboto", Georgia, Arial;
font-style: normal;
border-bottom-width: thin;
border-bottom-style: solid;
border-bottom-color: #9F9;
padding-left: 0px;
display: block;
background-color: #EEE;
}*/
