@import url(http://fonts.googleapis.com/css?family=Ubuntu:300,400,500,700);
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,600,300);

/* 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: 1em;
  position: relative;
}
#cssmenu {
  width: 100%;
  border-bottom: 1px solid #000;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
#cssmenu a {
  line-height: 1.3;
}
#cssmenu > ul > li:first-child {
  background: #39b1cc; 
  background: -moz-linear-gradient(top, #c0d1ec 0%, #0c76c3 100%); 
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #c0d1ec), color-stop(100%, #0c76c3)); 
  background: -webkit-linear-gradient(top, #c0d1ec 0%, #0c76c3 100%); 
  background: -o-linear-gradient(top, #c0d1ec2 0%, #0c76c3 100%); 
  background: -ms-linear-gradient(top, #c0d1ec 0%, #0c76c3 100%); 
  background: linear-gradient(to bottom, #c0d1ec 0%, #0c76c3 100%);
  border: 1px solid #000;
  -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(../Images/Menu_Images/pattern.png) top left repeat;
  border: none;
  border-top: 1px solid #000;
  -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: left;
  font-size: 1.2em;
  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: #39b1cc;
  background: -moz-linear-gradient(top, #548dd4 0%, #0b148d 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #548dd4), color-stop(100%, #0b148d));
  background: -webkit-linear-gradient(top, #548dd4 0%, #0b148d 100%);
  background: -o-linear-gradient(top, #548dd4 0%, #0b148d 100%);
  background: -ms-linear-gradient(top, #548dd4 0%, #0b148d 100%);
  background: linear-gradient(to bottom, #548dd4 0%, #0b148d 100%);
}

#cssmenu > ul > li {
  background: #39b1cc;
  background: -moz-linear-gradient(top, #548dd4 0%, #0b148d 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #548dd4), color-stop(100%, #0b148d));
  background: -webkit-linear-gradient(top, #548dd4 0%, #0b148d 100%);
  background: -o-linear-gradient(top, #548dd4 0%, #0b148d 100%);
  background: -ms-linear-gradient(top, #548dd4 0%, #0b148d 100%);
  background: linear-gradient(to bottom, #548dd4 0%, #0b148d 100%);
}
#cssmenu > ul > li:hover {
  background: #39b1cc;
  background: -moz-linear-gradient(top, #4d7cba 0%, #111a7b 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #4d7cba), color-stop(100%, #111a7b));
  background: -webkit-linear-gradient(top, #4d7cba 0%, #111a7b 100%);
  background: -o-linear-gradient(top, #4d7cba 0%, #111a7b 100%);
  background: -ms-linear-gradient(top, #4d7cba 0%, #111a7b 100%);
  background: linear-gradient(to bottom, #4d7cba 0%, #111a7b 100%);
}
#cssmenu > ul > li > a {
  font-size: .9em;
  display: block;
  background: url(../Images/Menu_Images/pattern.png) top left repeat;
  color: #ffffff;
  border: 1px solid #000;
  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 > a:hover {
  text-decoration: none;
}
#cssmenu > ul > li.active {
  border-bottom: none;
}
#cssmenu > ul > li.has-sub > a span {
  background: url(../Images/Menu_Images/icon_plus.png) 96% center no-repeat;
}
#cssmenu > ul > li.has-sub.active > a span {
  background: url(../Images/Menu_Images/icon_minus.png) 96% center no-repeat;
}

#cssmenu ul ul {
  display: none;
  background: #fff;
  border-right: 1px solid #a2a194;
  border-left: 1px solid #a2a194;
}
#cssmenu ul ul li {
  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: #646464;
  font-size: .8em;
  font-weight: normal;
}
#cssmenu ul ul a:before {
  content: '\00BB';
  position: absolute;
  left: 10px;
  color: #000;
}
#cssmenu ul ul a:hover {
  color: #000;
}
