#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a {
  margin: 0;
  padding: 0;
  border: 0.5;
  list-style: none;
  line-height: 1;
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color:#e8e8e8;
  min-width: 240px;
}
#cssmenu {
  width: 100%;
  font:1.25em 'Roboto Condensed', sans-serif;
}
#cssmenu ul ul {
  display: none;
}
.align-right {
  float: right;
}
#cssmenu > ul > li > a {
    /*background-image: url('images/arrow_expand.gif');*/
  padding: 10px 20px;
  cursor: pointer;
  font-weight: bold;
  text-decoration: none;
  color: #e12726;
}
#cssmenu > ul > li > a:hover,
#cssmenu > ul > li.chosen > a,
#cssmenu > ul > li.open > a {
    /*background-image: url('images/arrow_collapse.gif');*/
  color: #e12726;
}

.holder {
  width: 0;
  height: 0;
  position: absolute;
  top: 0;
  right: 0;
}
.holder::after,
.holder::before {
  display: block;
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  right: 20px;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.holder::after {
  top: 17px;
  border-top: 1px solid #e12726;
  border-left: 1px solid #e12726;
}
#cssmenu > ul > li > a:hover > span::after,
#cssmenu > ul > li.chosen > a > span::after,
#cssmenu > ul > li.open > a > span::after {
  border-color: #e12726;
}
.holder::before {
  top: 18px;
  border-top: 1px solid;
  border-left: 1px solid;
  border-top-color: inherit;
  border-left-color: inherit;
}
#cssmenu ul ul li a {
  cursor: pointer;
  padding: 0 20px 10px 20px;
  text-decoration: none;
  font: .65em 'Montserrat', sans-serif;
  font-weight:400;
  color: #666;
}
#cssmenu ul ul li:hover > a,
#cssmenu ul ul li.open > a, 
#cssmenu ul ul li.chosen > a {
  color: #333;
}
#cssmenu ul ul ul li a {
  padding-left: 30px;
}
#cssmenu > ul > li > ul > li:last-child > a,
#cssmenu > ul > li > ul > li.last > a {
  border-bottom: 0px;
}
#cssmenu > ul > li > ul > li.open:last-child > ul > li:last-child > a {
  border-bottom: 0;
}

#cssmenu ul ul li.chosen > a::after,
#cssmenu ul ul li.open > a::after,
#cssmenu ul ul li > a:hover::after {
  border-color: #fff;
  color: #fff;
}

/* ------------------------- DROP DOWN ---------------------------- */
    #leftnav {
		
    }
    #leftnav ul {
      list-style: none;
	  padding-left:0;
    }
    #leftnav li {
      display:list-item;
    }
    #leftnav a {
	  width:100%;
	  color:#333;
      display: block;
      padding: 2% 0;
      text-decoration: none;
	  border-bottom:1px solid #ccc;
    }
    #leftnav a:hover {
      color:#999;
    }
    #leftnav a:active {
      color:#000;
    }
    #leftnav select {
      display: none;
    }
    
@media screen and (min-width:120px) and (max-width:768px) {
#leftnav ul {display:none}
#leftnav select {display:inline-block; max-width:320px; font:1em 'Montserrat', sans-serif; line-height:1.5em; color:#333; font-weight:400}
#leftnav {width:100%; height:auto; float:left; text-align:center}	
.leftnav {visibility:hidden}
.msg {display:none}
}



