<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* body {word-wrap: break-word !important;} */

p { text-align: center; }
 .toggle, [id^=drop] {
 display: none;
}

nav {
  width:100%;
  margin: 0;
  padding: 0;
  background-color: #CCCCCC;
    height:2.75rem;
  text-align:center;
}

nav:after {
  content: "";
  display: table;
  clear: both;
}

nav ul {
  width:99%;
  padding: 0;
  margin: 0 ;
  list-style: none;
  position: relative; 
  text-align:center;
}

ul.menu  li a.first {
	background-color: #8a3b25;
	color:#FFF;
}

nav ul li {
  margin: 0px;
  display: inline-block;
  float: left;
  background-color: #CCCCCC;
  /*border-right: 1px solid #000;border-bottom: 1px solid #000;*/
}

nav a {transition:all 0.25s;
  display: block;
  padding: .5rem .75rem;
  color: #605E5E;
  line-height: 1.75rem;
  text-decoration: none;
  font-size: .85rem;
}

nav ul li ul li:hover { background: #605E5E; }

nav a:hover { background-color: #605E5E; color: #fff;  }

nav ul ul {
  display: none;
  position: absolute;
  top: 2.75rem;
  padding-top:.25rem;
}

nav ul li:hover &gt; ul { display: inherit; }

nav ul ul li {
  width: 288px;
  float: none;
  display: list-item;
  position: relative;
}

/* Second dropdown within a dropdown*/

nav ul ul ul li {
  position: relative;
  top: -48px;
  left: 288px; background-color:red;
}

/*li &gt; a:after { content: ' +'; }

li &gt; a:only-child:after { content: ''; }*/


.downArrow {
  width: 0; 
  height: 0; 
  border-left: .35rem solid transparent;
  border-right: .35rem solid transparent;
  border-top: .35rem solid #605E5E;
  position:relative; 
  top:.7rem;
  
}

nav ul li ul li:hover { background: #605E5E; }

i.downArrow:hover  { background-color: #605E5E; color: #fff;  }




/* Media Queries
--------------------------------------------- */



@media all and (max-width : 48rem) {


nav {height: 3rem; background-color: #A0A09F;flex-order:2; }

.toggle + a,
 .menu { display: none;}

.toggle {
  display: block;
  background-color: #A0A09F;
  padding: 0 0 0 1%;
  color: #FFF;
  height: 3rem;
  text-decoration: none;
  border: none;
  width:100%;
  font-size:.9rem 
}

nav li, nav ul li ul, nav ul ul li	{padding:  0;}

nav a {padding: 0 0 0 1%; line-height: 2rem; color: #fff; width:100%; text-align:left;}

label#menuIcon {line-height:23px; width:3rem; padding: 10px 0 0 0; margin-left:0;}

.toggle:hover { background-color: #605E5E;}
ul.menu 	{max-width: 15rem;}
ul.menu li a {font-size: .9rem;  background-color: #A0A09F; padding-left:.5rem; }
ul.menu li a:hover { background-color: #605E5E; }


[id^=drop]:checked + ul { display: block;}

nav ul li {
  display: block;
  width: 100%;
  background-color: #A0A09F; border-right:none;
}

nav ul li.lastNavR a	{padding: 0 0 0 10px;}

nav ul ul li a	{width:100%; font-size: .9rem; padding:0 0 0 1.5rem; }

nav ul ul .toggle,
 nav ul ul a { padding: 0 0 0 10px; }

nav ul ul ul a { padding: 0 50px;  }

nav a:hover,
 nav ul ul ul a { background-color: #000000; }

nav ul li ul li .toggle,
 nav ul ul a { background-color: #212121; }

nav ul ul {
  float: none;
  position: static;
  color: #ffffff;
  padding-top:0;
}

nav ul ul li:hover &gt; ul,
nav ul li:hover &gt; ul { display: none; }

nav ul ul li {
  display: block;
  width: 100%;
  
}

nav ul ul ul li {
	position: static;
}

}
</pre></body></html>