﻿#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  line-height: 1;
  display: block;
  position: relative;
}
#cssmenu {
  width:100%;
  color: #ffffff;
  margin-bottom: 5px;
}
#cssmenu ul ul {
  display: none;
}
.align-right {
  float: right;
}

#cssmenu > ul > li{
  margin-bottom: 2px;
  border-radius:5px;
}



#cssmenu > ul > li > a {
  cursor: pointer;
  z-index: 2;
  width:100%;
  height:44px;
  font-family:"webfontlg";
  display: block; 
  font-size:16px;
  color:#fff;
  line-height:44px;
  padding-left:10px;
  font-weight:bold;
  border-radius:5px;
  margin-bottom:3px;
  background:url(../img/bg_mnth.jpg) repeat-x;
  
}

#cssmenu > ul > li > a h2{
    margin: 0px;
    padding: 0px;
    font-size:16px;
    color:#fff;
    height:44px;
    font-family:"webfontlg";
    line-height:44px;
   font-weight:bold;
}

#cssmenu > ul > li > a:hover,
#cssmenu > ul > li.active > a,
#cssmenu > ul > li.open > a {
  color: #fff;
  border-radius:5px;
  text-decoration:none!important;
}
#cssmenu > ul > li.open > a {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.15);
}
#cssmenu > ul > li:last-child > a,
#cssmenu > ul > li.last > a {
  
}
.holder {
  width: 0;
  height: 0;
  position: absolute;
  top: -8px;
  right: -10px;
}

.holder::after {
  top: 17px;
  border-top: 2px solid #ffffff;
  border-left: 2px solid #ffffff;
}
#cssmenu > ul > li > a:hover > span::after,
#cssmenu > ul > li.active > a > span::after,

.holder::before {
  top: 18px;

}
#cssmenu ul ul li > a {
  cursor: pointer;
  padding: 10px 5px 10px 30px;
  z-index: 1;
  text-decoration: none;
  font-size: 14px;
  color: #0E58FA;
  background:url(../img/arr_l.jpg) no-repeat left 5px center;
  border-bottom:1px dashed #ccc;
}
#cssmenu ul ul li:hover > a,
#cssmenu ul ul li.open > a,
#cssmenu ul ul li.active > a {
  color: #0E58FA;
}
#cssmenu ul ul li:first-child > a {
  box-shadow: none;
}
#cssmenu ul ul ul li:first-child > a {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
}

#cssmenu ul ul ul li a {
  padding-left: 15px;
  background:none;
  font-size:14px;
  color: #333333;
}

#cssmenu ul ul ul li a:hover{
  color: #c5180f;
}
#cssmenu > ul > li > ul > li:last-child > a,
#cssmenu > ul > li > ul > li.last > a {
  border-bottom: 0;
}
#cssmenu > ul > li > ul > li.open:last-child > a,
#cssmenu > ul > li > ul > li.last.open > a {
  
}
#cssmenu > ul > li > ul > li.open:last-child > ul > li:last-child > a {
  border-bottom: 0;
}

#cssmenu ul ul li.active > a::after,
#cssmenu ul ul li.open > a::after,
#cssmenu ul ul li > a:hover::after {
  border-color: #ffffff;
}


#bt_mn{
    width: 100%;
    margin-top: 10px;
    height: 45px;
    line-height: 45px;
    background: #044190;
    color: #fff;
    font-family:"webfontmd";
    font-size: 16px;
    border-radius: 5px;
    text-align: center;
    font-weight: bold;
    margin-bottom: 5px;
    cursor: pointer;
    display: none;
}