#menu_neto2 {
	margin-top:0;
float: right;
line-height:20px;
text-align:center;
}

#menu_neto2 ul ul {
	margin-top:0;
	border:0;
	background:#efefef;
	        border-bottom-right-radius:2px; 
        border-bottom-left-radius:2px;
	padding-bottom:1px;
}

/*#menu_neto2 ul li:hover a {
	background:#999;
}

#menu_neto2 ul li:hover li:hover a {
	background:#aaa;
}*/

#menu_neto2 ul > li > a#deroule_ce_menu {
	width: 121px;
	background:#bbb;
	color:#fff;
	padding-bottom: 2px;
	padding-top: 4px;
	text-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
}

#menu_neto2 ul ul {
	width:131px;
}

#menu_neto2 li a#deroule_ce_menu {
	box-shadow:inset 0 0 10px rgba(0,0,0,0.1);
}

#menu_neto2 li:hover a#deroule_ce_menu {
	color:#fff;
}

#menu_neto2 ul li a {
	width: 111px;
	border-bottom:1px solid #111;
font-size: 14px;
color: #555;
}

#menu_neto2 ul li li {
	border-bottom:1px solid #dedede;
}

#menu_neto2 ul li li:last-child {
        border-bottom:0;
}
#menu_neto2 ul li a {
display: block;
padding-right: 10px;
padding-left: 10px;
padding-top: 3px;
padding-bottom: 3px;
text-decoration:none;
}

#neto2_top ul {
display: inline;
float: right;
list-style: none outside none;
margin: 0;
padding: 0;
}

#menu_neto2 a#deroule_ce_menu {
padding: 5px;
height: 25px;
font-family: 'UbuntuRegular';
line-height:20px;
}
#menu_neto2 ul ul {
box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
position: absolute;
z-index:1000;
}
#menu_neto2 a#deroule_ce_menu {
padding: 5px;
height: 25px;
font-family: 'UbuntuRegular';
text-align:center;
font-size:14px;
}
#neto2_top ul {
display: inline;
float: right;
list-style: none outside none;
margin: 0;
padding: 0;
}
#neto2_top {
color: #777;
line-height: 20px;
text-align: center;
}
#selectlang-gui {
text-align: center;
margin-right: 125px;
margin-top: 5px;
}
#menu_neto2 ul li a {
	border-bottom:0;
}
#menu_neto2 ul li a:hover {
background: #DEDEDE;
color: #333;
text-decoration: none;
}

/* The switch - the box around the slider */
.no2switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
  padding-top: 7px;
}

/* Hide default HTML checkbox */
.no2switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* The slider */
.no2slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.no2slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .no2slider {
  background-color: #3a4d8a;
}

input:focus + .no2slider {
  box-shadow: 0 0 1px #3a4d8a;
}

input:checked + .no2slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.no2slider.round {
  border-radius: 34px;
}

.no2slider.round:before {
  border-radius: 50%;
}

