
#cssmenu {
  /*background: #f96e5b;*/
  /*background: #F26136;*/
  background: #f2c2c4;
  width: auto;
}
#cssmenu ul {
  list-style: none;
  margin: 0;
  padding: 0;
  line-height: 1.5;
  display: block;
  zoom: 1;
}
#cssmenu ul:after {
  content: " ";
  display: block;
  font-size: 0;
  height: 0;
  clear: both;
  visibility: hidden;
}
#cssmenu ul li {
  display: inline-block;
  padding: 0;
  margin: 0;
}
#cssmenu.align-right ul li {
  float: right;
}
#cssmenu.align-center ul {
  text-align: center;
}
#cssmenu ul li a {
  /*color: #ffffff;*/
  /*color:#fff;*/
  color:#030;
  text-decoration: none;
  display: block;
  padding: 10px 8px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  /*text-transform: uppercase;*/
  font-size: 0.8em;
  position: relative;
  
  -webkit-transition: color .25s;
  -moz-transition: color .25s;
  -ms-transition: color .25s;
  -o-transition: color .25s;
  transition: color .25s;
}
#cssmenu ul li a:hover {
  /*color: #333333;*/
  /*color: #000066;*/
  color: #06F;
}
#cssmenu ul li a:hover:before {
  width: 100%;
}
#cssmenu ul li a:after {
  content: "";
  display: block;
  position: absolute;
  right: -3px;
  top: 19px;
  height: 6px;
  width: 6px;
  /*background: #ffffff;*/
/*  background: #000;*/
/*  opacity: .5;*/
}
#cssmenu ul li a:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  /*background: #333333;*/
  background: #000066;
  -webkit-transition: width .25s;
  -moz-transition: width .25s;
  -ms-transition: width .25s;
  -o-transition: width .25s;
  transition: width .25s;
}
#cssmenu ul li.last > a:after,
#cssmenu ul li:last-child > a:after {
  display: none;
}
#cssmenu ul li.active a {
  color: #333333;
}
#cssmenu ul li.active a:before {
  width: 100%;
}
#cssmenu.align-right li.last > a:after,
#cssmenu.align-right li:last-child > a:after {
  display: block;
}
#cssmenu.align-right li:first-child a:after {
  display: none;
}

@media screen and (max-width: 768px) {
	
	#cssmenu ul li a {
  padding: 5px 5px;
  font-family: 'Open Sans', sans-serif;
  font-size: 0.6em;
}
	
	}

@media screen and (max-width: 480px) {
	
  #cssmenu ul li {
    float: none;
    display: block;
  }
  #cssmenu ul li a {
	 font-size: 0.9em;
    width: 100%;	
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-bottom: 1px solid #fb998c;
  }
  #cssmenu ul li.last > a,
  #cssmenu ul li:last-child > a {
    border: 0;
  }
  #cssmenu ul li a:after {
    display: none;
  }
  #cssmenu ul li a:before {
    display: none;
  }
}


/* CSS Code to control display and view based on URL */
#s2, #s3, #s4, #s4, #s5, #s6, #s7, #s8, #s9 {
  display: none
}

#s2:target {
  display:block;
}

#s3:target {
  display:block;
}

#s4:target {
  display:block;
}

#s5:target {
  display:block;
}

#s6:target {
  display:block;
}

#s7:target {
  display:block;
}

#s8:target {
  display:block;
}

#s9:target {
  display:block;
}
