@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);
@charset "UTF-8";
/* Base Styles */
#cssmenu-verti,
#cssmenu-verti ul,
#cssmenu-verti li,
#cssmenu-verti a {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  font-weight: normal;
  text-decoration: none;
  line-height: 1;
  font-family: 'Tahoma';
  font-size: 14px;
  position: relative;
}
#cssmenu-verti {
  width: 100%;
  border-bottom: 4px solid #eee;
}
#cssmenu-verti a {
  line-height: 1.5;
}

#cssmenu-verti > ul > li {
    background: #F12B24 ;
    background: -moz-linear-gradient(#F12B24 0%, #F12B24 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #F12B24 ), color-stop(100%, #F12B24 ));
    background: -webkit-linear-gradient(#F12B24 0%, #F12B24 100%);
    background: linear-gradient(rgb(241, 43, 36) 0%, #F12B24 100%);
}
#cssmenu-verti > ul > li:hover {
  background: #e84323;
  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(#e84323 0%, #c33115 100%);
}

#cssmenu-verti > ul > li > a {
  font-size: 14px;
  display: block;
  background: url(http://sotaichinh.ninhbinh.gov.vn/wp-content/themes/cdcgvn%20-%20std/img/pattern.png) top left repeat;
  color: #ffffff;
  border: 1px solid #ba2f14;
  border-top: none;
  text-shadow: 0 -1px 1px #751d0c;
  padding:5px 10px;
}
#cssmenu-verti > ul > li > a > span {
  display: block;
  padding: 12px 10px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
#cssmenu-verti > ul > li > a:hover {
  text-decoration: none;
}
#cssmenu-verti > ul > li.active {
  border-bottom: none;
}
#cssmenu-verti > ul > li.has-sub > a{
  background: url(http://sotaichinh.ninhbinh.gov.vn/wp-content/themes/cdcgvn%20-%20std/img/icon_plus.png) 96% center no-repeat;
}
#cssmenu-verti > ul > li.has-sub.active > a {
  background: url(http://sotaichinh.ninhbinh.gov.vn/wp-content/themes/cdcgvn%20-%20std/img/icon_minus.png) 96% center no-repeat;
}
/* Sub menu */
#cssmenu-verti ul ul {
  display: none;
  background: #fff;
  border-right: 1px solid #a2a194;
  border-left: 1px solid #a2a194;
}
#cssmenu-verti 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-verti ul ul li:last-child {
  border-bottom: none;
}
#cssmenu-verti ul ul a {
  padding: 10px 10px 10px 25px;
  display: block;
  color: #676767;
  font-size: 12px;
  font-weight: normal;
}
#cssmenu-verti ul ul a:before {
  content: "+";
  position: absolute;
  left: 10px;
  color: #e94f31;
}
#cssmenu-verti ul ul a:hover {
  color: #e94f31;
}
