#cssmenu {
  width: auto;
  font-family: 'Arial', sans-serif;
  line-height: 1;
  /* background: #ffffff; */
  /*background: #495440; */
  background: #A1B049;
  float:left;
}

.ect-mn-toggle, [id^=drop] {
 display: none;
}

nav {
  margin: 0;
  padding: 0;
  /* background-color: #fff; */
}



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

nav ul {
  float: left;
  padding: 0;
  margin: 0;
  list-style: none;
  position: relative;
}

nav ul li {
  margin: 0px;
  display: inline-block;
  float: left;
  /* background-color: #fff; */
}

nav a {
  display: block;
  padding: 0 15px;
  color: #000;
  font-size: 14px;
  line-height: 36px;
  text-decoration: none !important;
}

nav a:hover{background:#161;color:#fff;}

li.dd, span.dd a{background:#EFECE0;z-index:2000;}

li.dd a:hover{background:#161;color:#fff;}

li.dd a{line-height: 32px;  text-decoration: none;}

nav ul li ul li:hover { background: #161; color:#fff;}

span.ect-mn-toggledd a{
z-index:2000 !important;
background:#D7D1C9;
  text-decoration: none;
}


nav ul ul {
  display: none;
  position: absolute;
  top: 36px;
}

nav ul li:hover > ul { display: inherit; }

nav ul ul li {
  width: 170px;
  float: none;
  display: list-item;
  position: relative;
z-index:12000 !important;
}

nav ul ul ul li {
  position: relative;
  top: -60px;
  left: 170px;
}

/***
li > a:after { content: ' >'; }
***/

li > a:only-child:after { content: ''; }


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

@media all and (max-width : 980px) { /* large */
}

@media all and (max-width : 772px ) { /* medium size screen */
}

@media all and (max-width : 600px ) { /* small screen */


div#cssmenu {
	width: 20%;
	background:#00000000;
}
nav { 
    margin: 0;
    width: 100%;
    }

a:link {
	/* color: #42413C; */
	/* color: #E44; */
	/* color: #B8FBAB; */
	color: #0f0f0f;
	text-decoration: underline; /* unless you style your links to look extremely unique, it's best to provide underlines for quick visual identification */
}


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

.ect-mn-toggle {
  display: block;
  /* background-color: #D7D1C9; */
  /* background-color: #334455; */
  background-color: #bcdddd;
  padding: 0 20px;
  color: #000;
  font-size: 20px;
  line-height: 34px;
  text-decoration: none;
  border: 1px solid #000;
  /* margin-top:10px; */
}

.ect-mn-toggle:hover { background-color: #9cbb9b;color:#000; }
nav ul li a:hover { background-color: #9cbb9b;color:#000; }


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

nav ul li {
  display: inline-block;
  width: 220px;
  border: 1px;
}

/* nav a:link { color: #ffffff; } */
nav a:visited {
    /* color: #ffffA0; */
    color: #000;
}

nav ul li a {
  /* background-color: #334455; */
  background-color: #bcdddd;
  border: 1px solid #000;
}

nav ul li ul .ect-mn-toggle,
 nav ul li ul a { padding: 0 40px; }

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

nav ul ul li:hover > ul,
nav ul li:hover > ul { display: none; }

nav a:hover,
nav ul li ul li a:hover
{ 
    background-color: #9cbb9b;
    color:#000;
}
nav ul ul a,
nav ul ul ul a
{ 
    /* background-color: #334455; */
    background-color: #bcdddd;
}

li.dd a:hover{background:#9cbb9b;color:#000;}

nav ul li ul li .ect-mn-toggle
{ 
    /* background-color: #334455; */
    background-color: #FFF;
}

nav ul ul {
  float: none;
  position: static;
  color: #ffffff;
}

label.ect-mn-toggledd{
background-color:#D7D1C9 !important;
}

span.ect-mn-toggledd a{
display:none !important;
}

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

nav ul li ul li {
    position: static;
}

}
