#cssmenuresponsive,
#cssmenuresponsive ul,
#cssmenuresponsive ul li,
#cssmenuresponsive ul li a {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  line-height: 1;
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  direction:rtl;
 
}
#cssmenuresponsive {
  width: 100%;
  font-family: Helvetica, Arial, sans-serif;
  color: #ffffff;
  /*float:right;*/
}
#cssmenuresponsive ul ul {
  display: none;a
54, 205, 11);

}
.align-right {
  float: right;
}
#cssmenuresponsive > ul > li > a {
  padding: 15px 20px;
  border-left: 1px solid #00569d;
  border-right: 1px solid #00569d;
  border-top: 1px solid #00569d;
  cursor: pointer;
  z-index: 2;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
  color: #ffffff;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.35);
  background:#004884;
  /*background: #36aae7;*/
  /*background: -webkit-linear-gradient(#36aae7, #1fa0e4);*/
  /*background: -moz-linear-gradient(#36aae7, #1fa0e4);
  background: -o-linear-gradient(#36aae7, #1fa0e4);
  background: -ms-linear-gradient(#36aae7, #1fa0e4);
  background: linear-gradient(#36aae7, #1fa0e4);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15);*/
}
#cssmenuresponsive > ul > li > a:hover,
#cssmenuresponsive > ul > li.active > a,
#cssmenuresponsive > ul > li.open > a {
  color: #eeeeee;
  /*background: #1fa0e4;*/
  background: -webkit-linear-gradient(#1fa0e4, #1992d1);
  background: -moz-linear-gradient(#1fa0e4, #1992d1);
  background: -o-linear-gradient(#1fa0e4, #1992d1);
  background: -ms-linear-gradient(#1fa0e4, #1992d1);
  background: linear-gradient(#004884, #004884);
}
#cssmenuresponsive > 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);
  border-bottom: 1px solid #1682ba;
}
#cssmenuresponsive > ul > li:last-child > a,
#cssmenuresponsive > ul > li.last > a {
  border-bottom: 1px solid #1682ba;
}
.holder {
  width: 0;
  height: 0;
  position: absolute;
  top: 0;
  left: 0;
}
.holder::after,
.holder::before {
  display: block;
  position: absolute;
  content: "";
  width: 6px;
  height: 6px;
  left: 20px;
  z-index: 10;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.holder::after {
  top: 17px;
  border-top: 2px solid #ffffff;
  border-left: 2px solid #ffffff;
}
#cssmenuresponsive > ul > li > a:hover > span::after,
#cssmenuresponsive > ul > li.active > a > span::after,
#cssmenuresponsive > ul > li.open > a > span::after {
  border-color: #eeeeee;
}
.holder::before {
  top: 18px;
  border-top: 2px solid;
  border-left: 2px solid;
  border-top-color: inherit;
  border-left-color: inherit;
}
#cssmenuresponsive ul ul li a {
  cursor: pointer;
  border-bottom: 1px solid #004884;
  border-left: 1px solid #004884;
  border-right: 1px solid #004884;
  padding: 10px 20px;
  z-index: 1;
  text-decoration: none;
  font-size: 13px;
  color: #eeeeee;
  background: #003a6a;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
}
#cssmenuresponsive ul ul ul li a {
    cursor: pointer;
    padding: 10px 20px;
    z-index: 1;
    text-decoration: none;
    font-size: 13px;
    color: #F3F3F3;
    background: #4782B2 ;
    box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.1) inset;
}
#cssmenuresponsive ul ul li:hover > a,
#cssmenuresponsive ul ul li.open > a,
#cssmenuresponsive ul ul li.active > a {
  background: #004884;
  color: #ffffff;
}
#cssmenuresponsive ul ul li:first-child > a {
  box-shadow: none;
}
#cssmenuresponsive ul ul ul li:first-child > a {
  box;
  color: #ffffff;
}
#cssmenuresponsive ul ul li:first-child > a {
  box-shadow: none;
}
#cssmenuresponsive ul ul ul li:first-child > a {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
}
#cssmenuresponsive ul ul ul li a {
  padding-right: 30px;
}
#cssmenuresponsive > ul > li > ul > li:last-child > a,
#cssmenuresponsive > ul > li > ul > li.last > a {
  border-bottom: 0;
}
#cssmenuresponsive > ul > li > ul > li.open:last-child > a,
#cssmenuresponsive > ul > li > ul > li.last.open > a {
  border-bottom: 1px solid #32373e;
}
#cssmenuresponsive > ul > li > ul > li.open:last-child > ul > li:last-child > a {
  border-bottom: 0;
}
#cssmenuresponsive ul ul li.has-sub > a::after {
  display: block;
  position: absolute;
  content: "";
  width: 5px;
  height: 5px;
  left: 20px;
  z-index: 10;
  top: 11.5px;
  border-top: 2px solid #eeeeee;
  border-left: 2px solid #eeeeee;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
#cssmenuresponsive ul ul li.active > a::after,
#cssmenuresponsive ul ul li.open > a::after,
#cssmenuresponsive ul ul li > a:hover::after {
  border-color: #ffffff;
}
