
@charset "UTF-8";
/* Base Styles */
#cssmenu,
#cssmenu ul,
#cssmenu li,
#cssmenu a {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  font-weight: normal;
  text-decoration: none;
  line-height: 1;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  position: relative;
  box-shadow: rgba(17, 17, 26, 0.1) 0px 1px 0px, rgba(17, 17, 26, 0.1) 0px 8px 24px, rgba(17, 17, 26, 0.1) 0px 16px 48px;
}
@media (max-width: 800px) {

 #cssmenu,
#cssmenu ul,
#cssmenu li,
#cssmenu a {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  font-weight: normal;
  text-decoration: none;
  line-height: 1;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  position: relative;
  box-shadow: rgba(17, 17, 26, 0.1) 0px 1px 0px, rgba(17, 17, 26, 0.1) 0px 8px 24px, rgba(17, 17, 26, 0.1) 0px 16px 48px;
} 
 }
#cssmenu {
  width: 95%;
  background:#c74a1b;
  border-bottom: 4px solid #00CCCC;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 10%;
  background: linear-gradient(#c74a1b 0%, #c74a1b 100%);
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
#cssmenu a {
  line-height: 1.3;
}
#cssmenu > ul > li:first-child {
  background:#c74a1b;
   background: -moz-linear-gradient(#c74a1b 0%, #c74a1b 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #c74a1b), color-stop(100%, #3333FF));
  background: -webkit-linear-gradient(#c74a1b 0%, #c74a1b 100%);
  background: linear-gradient(#c74a1b 0%, #c74a1b 100%);
	 border-radius: 10% 10% 0% 0%;

}
#cssmenu > ul > li:first-child > a {
   background:#c74a1b;
  background: -moz-linear-gradient(#c74a1b 0%, #8B4513 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #8B4513), color-stop(100%, #8B4513));
  background: -webkit-linear-gradient(#c74a1b 0%, #c74a1b 100%);
  background: linear-gradient(#c74a1b 0%, #c74a1b 100%);
    padding: 15px 10px;  
	 border-radius: 10% 10% 0% 0%;
  }
#cssmenu1 > ul > li:first-child > a {
  padding: 15px 10px;
 background:#c74a1b;
  border: none;
  border-top: 1px solid #818176;
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
  font-family:Verdana, Arial, Helvetica, sans-serif;  
  text-align: left;
  font-size: 18px;
  font-weight: 300;
  text-shadow: 0 -1px 1px #ffffff;
  	 border-radius: 10% 10% 0% 0%;

}
#cssmenu > ul > li:first-child > a > span {
  padding: 0;
}
#cssmenu > ul > li:first-child:hover {
   background-color:#c74a1b;
  background: -moz-linear-gradient(#c74a1b 0%, #c74a1b 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #66665e), color-stop(100%, #45463d));
  background: -webkit-linear-gradient(#c74a1b 0%, #c74a1b 100%);
  background: linear-gradient(#c74a1b 0%, #c74a1b 100%);
}
#cssmenu > ul > li {
  background: #c74a1b;
  background: -moz-linear-gradient(#c74a1b 0%, #c74a1b 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e94f31), color-stop(100%, #d13516));
  background: -webkit-linear-gradient(#c74a1b 0%, #c74a1b 100%);
  background: linear-gradient(#c74a1b 0%, #c74a1b 100%);
}
#cssmenu > ul > li:hover {
  background: #c74a1b;
  background: -moz-linear-gradient(#e84323 0%, #c33115 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e84323), color-stop(100%, #c33115));
  background: -webkit-linear-gradient(#e84323 0%, #c33115 100%);
  background: linear-gradient(#8B4513 0%, #8B4513 100%);
}
#cssmenu > ul > li > a {
  font-size: 14px;
  display: block;
    color: #ffffff;
  border: 1px solid #ffffff;
  border-top: none;
  text-shadow: 0 -1px 1px #663300;
}
#cssmenu > ul > li > a > span {
  display: block;
  padding: 12px 10px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
#cssmenu > ul > li > a:hover {
  text-decoration: none;
  background:#663300;
}
#cssmenu > ul > li.active {
  border-bottom: none;
 }
#cssmenu > ul > li.has-sub > a span {
  background: url(images/icon_plus.png) 96% center no-repeat;
}
#cssmenu > ul > li.has-sub.active > a span {
  background: url(images/icon_minus.png) 96% center no-repeat;
}

 
/* Sub menu */
#cssmenu ul ul {
  display: none;
  background: #fff;
  border-right: 1px solid #a2a194;
  border-left: 1px solid #a2a194;
  color: #000000;
}
#cssmenu ul ul li {
  color: #000000;
  padding: 0;
  border-bottom: 1px solid #d4d4d4;
  border-top: none;
  background: #f7f7f7;
  background: -moz-linear-gradient(#f7f7f7 0%, #ececec 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f7f7f7), color-stop(100%, #ececec));
  background: -webkit-linear-gradient(#f7f7f7 0%, #ececec 100%);
  background: linear-gradient(#f7f7f7 0%, #ececec 100%);
}
#cssmenu ul ul li:last-child {
  border-bottom: none;
}
#cssmenu ul ul a {
  padding: 10px 10px 10px 25px;
  display: block;
  color: #000000;
  font-size: 12px;
  font-weight: normal;
}
#cssmenu ul ul a:before {
  content: "»";
  position: absolute;
  left: 10px;
  color: #e94f31;
}
#cssmenu ul ul a:hover {
  color: #000000;
}
