﻿#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a {
  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;
}

#cssmenu ul ul {
  display: none;
  padding:0px;
}

.align-right {
  float: right;
}

.active_left{
    color:#dfad10!important;
}

#cssmenu > ul > li a {
  cursor: pointer;
  z-index: 2;
  width:100%;
  display: block; 
  height:32px;
  line-height:32px;
  border-bottom:1px dotted #636162;	
}

#cssmenu > ul > li:last-child > a,
#cssmenu > ul > li.last > a {
  
}
.holder {
  width: 0;
  height: 0;
  position: absolute;
  top: -3px;
  right: -10px;
}

.holder::after,
.holder::before {
  display: block;
  position: absolute;
  content: "";
  width: 7px;
  height: 4px;
  right: 20px;
  z-index: 10;
}

.holder::after {
  background:url(../img/arr_d.png) no-repeat right center;
}

#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;
  height:32px;
  line-height:32px;
  z-index: 1;
  text-decoration: none;
  font-size: 14px;
  padding-left:20px;
}

#cssmenu ul ul li:hover > a,
#cssmenu ul ul li.open > a,
#cssmenu ul ul li.active > a {
	color: #dfad10;
}
