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

.menu li {
  padding: 8px;
  margin-bottom: 7px;
  background-color: #588cc9;
  color: #ffffff;
  box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
}




	.collapsible {
	  background-color: #f8f8f8;
	  color: #444444;
	  cursor: pointer;
	  padding: 5px;
	  width: 100%;
	  border: none;
	  text-align: right;
	  outline: none;
	  font-size: 14px;
	}

	.active, .collapsible:hover {
	  background-color: #f8f8f8;
	}

	.c_content {
	  width: 100%;
	  padding: 0 18px;
	  max-height: 0;
	  overflow: hidden;
	  	  color: #666666;
	  transition: max-height 0.3s ease-out;
	  background-color: #f0f0f0;
		font-size: 12px;

	}


	.copyright {
		text-align:center;
		margin-top:20;
		margin-bottom:150;
		font-size: 14px;
	}

