﻿#cssmenu {
	width: 100%;
	font-family: 'Exo 2', sans-serif;
	line-height: 1;
	background: #151515;
	float:left;
	margin:0 auto;
	font-size: large;
}

 .ect-mn-toggle, [id^=drop] {
 display: none;
}

nav {
  margin: 0;
  padding: 0;
  background-color:white;

}



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: white;
  width:45%;
  margin-left:28px;
}


nav ul li a{
 	color: #000 !important;
  	font-size: 0.75em;
	text-decoration:none !important;
	letter-spacing:0.2em;
}
nav a {
  display: block;
  padding: 0 20px;
  color: #fff !important;
  font-size: 0.75em;
  line-height: 25px;
  text-decoration: none;
}

ul.menu{
	width:100%;
	margin-top:15px;
	font-weight:bold;
}

li.dd, span.dd a{background:white;z-index:10000; border-right:thin #ccc outset; border-left:thin #ccc outset;
}

li.dd a:hover{background:#900000;color:#fff !important;text-decoration:none;}

li.dd a{line-height: 25px; text-decoration:none;}

nav ul li ul li:hover { background:#900000;color:#fff !important;text-decoration:none; }

nav a:hover { background-color: #900000;color:#fff !important;text-decoration:none; }

span.ect-mn-toggledd a{
background:#D86807 !important;
}

nav ul ul {
  display: none;
  position: absolute;
  top: 25px;z-index:10000;
}

nav ul li:hover > ul { display: inherit; }

nav ul ul li {
  width: 300px;
  float: none;
  display: list-item;
  position: relative;
}

nav ul ul ul li {
  position: relative;
  top: -28px;
  left: 170px;
}

li > a:after { content: ' '; }

li > a:only-child:after { content: ''; }


/* Media Queries
--------------------------------------------- */

@media all and (max-width : 768px) {

nav { margin: 0; }

.ect-mn-toggle + a,
 .menu { display: none; }

.ect-mn-toggle {
  display: block;
  background-color: #000;
  padding: 0 20px;
  color: #FFF;
  font-size: 15px;
  line-height: 40px;
  text-decoration: none;
  border: none;
}

.ect-mn-toggle:hover { background-color: #000000; }

[id^=drop]:checked + ul { display: block; }

nav ul li {
  display: block;
  width: 100%;
}

nav ul ul .ect-mn-toggle,
 nav ul ul a { padding: 0 40px; }

nav ul ul ul a { padding: 0 80px; }

nav a:hover,
 nav ul ul ul a { background-color: #0A7597 }

nav a:hover { background-color: #D86807 }

nav ul li ul li .ect-mn-toggle,
 nav ul ul a { background-color: #ececec; }

nav ul ul {
  float: none;
  position: static;
  color: #ffffff;
}

label.ect-mn-toggledd{
background-color:#151515 !important;
}

span.ect-mn-toggledd a{
display:none !important;
}

nav ul ul li:hover > ul,
nav ul li:hover > ul { display: none; }

nav ul ul li {
  display: block;
  width: 100%;
}

nav ul ul ul li { position: static;

}
}

@media all and (max-width : 330px) {

nav ul li {
  display: block;
  width: 94%;
}

}

