

/* Style the navigation menu */
.topnav002 {
  overflow: hidden;
  background-color: #333;
  position: relative;
}

/* Hide the links inside the navigation menu (except for logo/home) */
.topnav002 #myLinks_nav02 {
  display: none;
}


.topnav002 #myLinks_nav02 ul li {
  
  list-style-type:none;
}




/* Style navigation menu links */
.topnav002 a {
  color: white;
  padding: 22px 5px;
  text-decoration: none;
  font-size: 25px;
  display: block;
}

/* Style the hamburger menu */
.topnav002 a.icon {
  background: black;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
}

/* Add a grey background color on mouse-over */
.topnav002 a:hover {
  background-color: #ddd;
  color: black;
}

/* Style the active link (or home/logo) */
.active_nav002 {
  background-color: red;				/* #444444 ;      /*  #04AA6D */
  color: white;
}





.submenu_0236{
	display:none;
	color:yellow;
	
}	

.cap_elem_submenu0236 a{
	background-color:red;      /* #222222; */
	border:1px solid white;
    font-size: 1.5em;

    padding:3px;	
	
}

.item_submenu0236 a{	
	color:white;
	background-color:#123456;
	border:1px solid white;	
	font-size: 25px;
}

.fa-bars{
   width:100px;
   text-align: center;
   
}	

/*---------------------------------------------------------------*/

#inavbar236 {
	  position: relative;    /* position: sticky;  ===================   !!!!!! for STICKY behavior */
	  top: 0;
	 
	  overflow:visible;
	  background-color: #333;	
	  border-radius : 5px;			  
	  z-index:9999;
	  padding-left:0px;
	  
	  height:75px;
	}
	