
/* 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;*/
  position: relative;
}
#cssmenu {
font-family: "Century Gothic",Arial,Verdana,sans-serif;

  width: 250px;
  border-bottom: 4px solid #0075A3;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
#cssmenu a {
  line-height: 1.3;
}
#cssmenu > ul > li:first-child {
  background: #172C55;
  background: -moz-linear-gradient(#33669A 0%, #1A2840 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #33669A), color-stop(100%, #1A2840));
  background: -webkit-linear-gradient(#33669A 0%, #1A2840 100%);
  background: linear-gradient(#33669A 0%, #1A2840 100%);
  border: 1px solid #1A2840;
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
}
#cssmenu > ul > li:first-child > a {
  padding: 15px 10px;
  background: url(pattern.png) top left repeat;
  border: none;
  border-top: 1px solid #0075A3;
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
  font-family: 'Ubuntu', sans-serif;
  text-align: center;
  font-size: 18px;
  font-weight: 300;
  text-shadow: 0 -1px 1px #000000;
}
#cssmenu > ul > li:first-child > a > span {
  padding: 0;
}
#cssmenu > ul > li:first-child:hover {
  background: #66665e;
  background: -moz-linear-gradient(#66665e 0%, #45463d 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #66665e), color-stop(100%, #45463d));
  background: -webkit-linear-gradient(#66665e 0%, #45463d 100%);
  background: linear-gradient(#66665e 0%, #45463d 100%);
}
#cssmenu > ul > li {
  background: #0075A3;
  background: -moz-linear-gradient(#27AAE1 0%, #0075A3 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #27AAE1), color-stop(100%, #0075A3));
  background: -webkit-linear-gradient(#27AAE1 0%, #0075A3 100%);
  background: linear-gradient(#27AAE1 0%, #0075A3 100%);
}
#cssmenu > ul > li:hover {
  background: #A4A4A5;
 
}
#cssmenu > ul > li > a {
  
  display: block;
  background: url(images/pattern.png) top left repeat;
  color: #ffffff;
  border: 1px solid #0075A3;
  border-top: none;
  text-shadow: 0 -1px 1px #751d0c;
}
#cssmenu > ul > li > a > span {
  display: block;
  padding: 12px 10px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

#cssmenu > ul > li > ul > li > a > span {
  display: block;
  padding: 5px 10px;
}

#cssmenu > ul > li > a:hover {
  text-decoration: none;
}
#cssmenu > ul > li > ul > li > a:hover {
  text-decoration: none;
}
#cssmenu > ul > li.active {
  border-bottom: none;
}
#cssmenu > ul > li > 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 > 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;
}
#cssmenu > ul > li.has-sub.active > ul > li.has-sub.active > a span {
  background: url(images/icon_minus.png) 96% center no-repeat;
}
/* Sub menu */
#cssmenu >ul>li> ul {
  display: none;
  background: #fff;
  border-right: 1px solid #a2a194;
  border-left: 1px solid #a2a194;
}
#cssmenu >ul>li> ul>li>ul {
  display: none;
  background: #fff;
}

#cssmenu >ul >li >ul >li {
  padding: 0;
  border-bottom: 1px solid #d4d4d4;
  border-top: none;
  background: #f7f7f7;
  background: -moz-linear-gradient(#f7f7f7 0%, #E2E2E2 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f7f7f7), color-stop(100%, #E2E2E2));
  background: -webkit-linear-gradient(#f7f7f7 0%, #E2E2E2 100%);
  background: linear-gradient(#f7f7f7 0%, #E2E2E2 100%);
}
#cssmenu >ul >li >ul >li >ul>li{
  padding: 0;
  border-bottom: 1px solid #d4d4d4;
  border-top: none;
  background: #fff;
}
#cssmenu ul ul li:last-child{
  border-bottom: none;
}
#cssmenu ul ul a{
  padding: 10px 10px 10px 10px;
  display: block;
  color: #676767;
  font-size: 13px;
  font-weight: normal;
}
#cssmenu ul ul a:before {
  
  position: absolute;
  left: 10px;
  color: #e94f31;
}
#cssmenu ul ul a:hover {
  color: #e94f31;
}
