#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: 100%;
	color: #ffffff;
	margin-top: 5px;
	float: left;
}
#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;
	background-image: url(../images/arrow.gif);
	background-repeat: no-repeat;
	background-position: 7px center;
}
#cssmenu > ul > li > a:hover {
	color: #FFF;
	background-color: #666666;
}
#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: #f4534f;
}
#cssmenu ul > li.has-sub > a:before {
	position: absolute;
	right: 22px;
	top: 23px;
	display: block;
	width: 10px;
	height: 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: #f4534f;
}
#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);
	background-color: #FFFFFF;
}

#cssmenu > ul > li.open > a {
	background-color: #333333;
	color: #FFFFFF;
	font-weight: bold;
	background-image: url(../images/aw.png);
	background-repeat: no-repeat;
	background-position: 12px center;
	padding-left: 36px;
}


#cssmenu ul ul li a {
	cursor: pointer;
	z-index: 2;
	font-size: 14px;
	text-decoration: none;
	-webkit-transition: color .2s ease;
	-o-transition: color .2s ease;
	transition: color .2s ease;
	background-color: #F3F3F3;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	padding-top: 13px;
	padding-right: 22px;
	padding-bottom: 13px;
	padding-left: 36px;
	color: #333;
	background-image: url(../images/arrow-2.png);
	background-repeat: no-repeat;
	background-position: 11px center;
}
#cssmenu ul ul ul li a {
	padding-left: 32px;
}
#cssmenu ul ul li a:hover {
	color: #ffffff;
	background-color: #666666;
}
#cssmenu ul ul > li.has-sub > a:after {
	top: 16px;
	right: 26px;
}
#cssmenu ul ul > li.has-sub > a:before {
  top: 20px;
  background: #dddddd;
}
