#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;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#cssmenu {
	width: 234px;
	color: #ffffff;
	margin-top: 5px;
}
#cssmenu ul ul {
  display: none;
}
#cssmenu > ul > li.active > ul {
  display: block;
}
.align-right {
	float: left;
}
#cssmenu > ul > li > a {
	cursor: pointer;
	z-index: 2;
	font-size: 14px;
	text-decoration: none;
	color: #333;




  -webkit-transition: color .2s ease;
  -o-transition: color .2s ease;
  transition: color .2s ease;
	background-color: #FFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	padding-top: 16px;
	padding-right: 22px;
	padding-bottom: 16px;
	padding-left: 22px;
}
#cssmenu > ul > li > a:hover {
	color: #FFF;
	background-color: #1677c4;
}
#cssmenu ul > li.has-sub > a:after {
	position: absolute;
	right: 26px;
	top: 19px;
	z-index: 5;
	display: block;
	height: 10px;
	width: 2px;
	content: "";
	-webkit-transition: all 0.1s ease-out;
	-moz-transition: all 0.1s ease-out;
	-ms-transition: all 0.1s ease-out;
	-o-transition: all 0.1s ease-out;
	transition: all 0.1s ease-out;
	background-color: #666;
}
#cssmenu ul > li.has-sub > a:before {
	position: absolute;
	right: 22px;
	top: 23px;
	display: block;
	width: 10px;
	height: 2px;
	background: #666;
	content: "";
	-webkit-transition: all 0.1s ease-out;
	-moz-transition: all 0.1s ease-out;
	-ms-transition: all 0.1s ease-out;
	-o-transition: all 0.1s ease-out;
	transition: all 0.1s ease-out;
}
#cssmenu ul > li.has-sub.open > a:after,
#cssmenu ul > li.has-sub.open > a:before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
#cssmenu ul ul li a {
	cursor: pointer;
	z-index: 2;
	font-size: 12px;
	text-decoration: none;



  -webkit-transition: color .2s ease;
  -o-transition: color .2s ease;
  transition: color .2s ease;
	background-color: #F8F9FA;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	padding-top: 13px;
	padding-right: 22px;
	padding-bottom: 13px;
	padding-left: 33px;
	color: #666;
	background-image: url(images/arrow9.gif);
	background-repeat: no-repeat;
	background-position: 15px center;
}
#cssmenu ul ul ul li a {
	padding-left: 32px;
}
#cssmenu ul ul li a:hover {
	color: #ffffff;
	background-color: #1677c4;
}
#cssmenu ul ul > li.has-sub > a:after {
  top: 16px;
  right: 26px;
  background: #dddddd;
}
#cssmenu ul ul > li.has-sub > a:before {
  top: 20px;
  background: #dddddd;
}
