ul {
  list-style: none;
    margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
}

h2 {
  text-align: center;
  margin: 20px auto;
  color: #fff;
}

.imgmenu {
background-image:url(/images/menu-icon.png);
background-repeat: no-repeat;
background-attachment: fixed;
background-position: center; 
width:40px;
height:40px;
}

.imgmenu:hover {
background-image:url(/images/menu-icon_hi.png);
background-repeat: no-repeat;
background-attachment: fixed;
background-position: center; 
}

.accordion-menu {
  width: 100%;
  margin: 0px;
  background: #b3cadc;
}

.accordion-menu li.open .dropdownlink {
  color: #b3cadc;
}
.accordion-menu li.open .dropdownlink .fa-chevron-down {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.accordion-menu li:last-child .dropdownlink {
  border-bottom: 0;
}

.dropfirst {
  cursor: pointer;
  display: block;
  padding: 10px 10px 10px 10px;
  text-align: right;
  position: relative;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}

.dropdownlink {
	font-family: "Modern", Verdana, Arial;
	font-size: 16px;
	font-weight: normal;
  cursor: pointer;
  display: block;
  padding: 10px 10px 10px 10px;
  text-align:center;
  font-size: 18px;
  border-bottom: 1px solid #FFFFFF;
  color: #FFFFFF;
  position: relative;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}

.dropdownlink i {
  position: absolute;
  top: 17px;
  left: -25px;
}
.dropdownlink .fa-chevron-down {
  right: 12px;
  left: auto;
}
.dropdownlink a {
	font-family: "Modern", Verdana, Arial;
	font-size: 18px;
	font-weight: normal;
  cursor: pointer;
  display: block;
  text-align:center;
  font-size: 18px;
  color: #FFFFFF;
  position: relative;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.dropdownlink:hover {
  background-color: #FFFFFF;
  color: #b3cadc;
}
.submenuItems {
  display: none;
  background: #b3cadc;
}
.submenuItems li {
  border-bottom: 1px solid #FFFFFF;
}

.submenuItems a {
  display: block;
  color: #FFFFFF;
  text-align:center;
  padding: 0px 0px 0px 0px;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.submenuItems a:hover {
  background-color: #FFFFFF;
  color: #b3cadc;
}
