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

@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: Comic Sans MS;

  font-size: 14px;

  position: relative;
}


#cssmenu a {

  line-height: 1.3;

}


#cssmenu {

  width: 156px;

  background: #fff;

  -webkit-border-radius: 4px;

  -moz-border-radius: 4px;

  border-radius: 4px;

  padding: 2px;

  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.6);

  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.6);

  box-shadow: 0 0 5px rgba(0, 0, 0, 0.6);

}


#cssmenu > ul > li {

  margin: 0 0 2px 0;

}


#cssmenu > ul > li:last-child {

  margin: 0;

}


#cssmenu > ul > li > a {

  font-size: 15px;

  display: block;

  color: #ffffff;

  text-shadow: 0 1px 1px #000;

  background: #5b920f;

  background: -moz-linear-gradient(#6cad12 0%, #446d0b 100%);

  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #6cad12), color-stop(100%, #446d0b));

  background: -webkit-linear-gradient(#6cad12 0%, #446d0b 100%);

  background: linear-gradient(#6cad12 0%, #446d0b 100%);

  border: 1px solid #000;

  -webkit-border-radius: 4px;

  -moz-border-radius: 4px;

  border-radius: 4px;
}


#cssmenu > ul > li > a > span {

  display: block;

  border: 1px solid #666666;

  padding: 6px 10px;

  -webkit-border-radius: 4px;

  -moz-border-radius: 4px;

  border-radius: 4px;

  font-weight: bold;

}


#cssmenu > ul > li > a:hover {

  text-decoration: none;

}


#cssmenu > ul > li.active {

  border-bottom: none;

}


#cssmenu > ul > li.active > a {

  background: #5d74b4;

  background: -moz-linear-gradient(#5d74b4 0%, #042484 100%);

  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #5d74b4), color-stop(100%, #042484));

  background: -webkit-linear-gradient(#5d74b4 0%, #042484 100%);

  background: linear-gradient(#5d74b4 0%, #042484 100%);

  color: #fff;
  text-shadow: 0 1px 1px #000;
  border: 1px solid #446d0b;

}


#cssmenu > ul > li.active > a span {

  border: 1px solid #5b920f;

}


#cssmenu > ul > li.has-sub > a span {

  background: url(../images/icon_plus.png) 98% center no-repeat;
}


#cssmenu > ul > li.has-sub.active > a span {

  background: url(../images/icon_minus.png) 98% center no-repeat;
}


/* Sub menu */

#cssmenu ul ul {

  padding: 5px 12px;

  display: none;

  font-family: Arial Unicode MS, Verdana, Arial, Helvetica, sans-serif;

}


#cssmenu ul ul li {

  padding: 3px 0;

  font-family: Arial Unicode MS, Verdana, Arial, Helvetica, sans-serif;

}


#cssmenu ul ul a {

  display: block;

  color: #042484;

  font-size: 14px;

  font-weight: bold;

  font-family: Tahoma, Verdana;

}


#cssmenu ul ul a:hover {

  color: #bc0f01;

}
