/*General styles for body*/
body{
	margin: 0;
	padding: 3em 0;
	font-family: Helvetica, Arial, sans-serif;
	color: #222;
	background-color: #EEFBD1;
}

article{margin:10px;}

/*Style for the first level menu bar*/
ul#menu{
	position: relative;
	width: 100%;
	height: 100px;
	margin: 0;
	color: #E3F486;
	box-shadow: 0 -1px rgba(0,0,0,.5) inset;
	float: right;
	background-color: #C30003;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
}

ul#menu > li{
	float: right;
	list-style-type: none;
	position: relative;
	padding-top: 5px;
}

label{
	position: relative;
	display: block;
	padding: 0 18px 0 12px;
	line-height: 3em;
	transition: background 0.3s;
	cursor: pointer;
	font-size: medium;
}

label:after{
  content:"";
  position:absolute;
  display:block;
  top:50%;
  right:5px;
  width:0;
  height:0;
  border-top:4px solid rgba(255,255,255,.5);
  border-bottom:0 solid rgba(255,255,255,.5);
  border-left:4px solid transparent;
  border-right:4px solid transparent;
  transition:border-bottom .1s, border-top .1s .1s;
  }

label:hover,
input:checked ~ label{background:rgba(0,0,0,.3);}

input:checked ~ label:after{
  border-top:0 solid rgba(255,255,255,.5);
  border-bottom:4px solid rgba(255,255,255,.5);
  transition:border-top .1s, border-bottom .1s .1s;
}

/*hide the inputs*/
input{display:none}

/*show the second levele menu of the selected voice*/
input:checked ~ ul.submenu{
	max-height: 300px;
	transition: max-height 0.5s ease-in;
	float: right;
}

/*style for the second level menu*/
ul.submenu{
	max-height: 0;
	padding: 0;
	overflow: hidden;
	list-style-type: none;
	background: #444;
	box-shadow: 0 0 1px rgba(0,0,0,.3);
	transition: max-height 0.5s ease-out;
	position: absolute;
	min-width: 100%;
	float: right;
	margin-left: 50px;
}

ul.submenu li a{
	display: block;
	padding: 12px;
	color: #ddd;
	text-decoration: none;
	box-shadow: 0 -1px rgba(0,0,0,.5) inset;
	transition: background .3s;
	white-space: nowrap;
	margin-left: 0px;
	float: right;
}

ul.submenu li a:hover{
  background:rgba(0,0,0,.3);
}
.submenu li a {
	float: right;
}
.container3 {
	background-color: #43A300;
	height: 40px;
	color: #E8F1DB;
	font-size: xx-small;
}
.black {
	width: 100%;
	height: 20px;
	background-color: #8BD088;
}
.black {
	width: 100%;
	height: 20px;
	background-color: #8BD088;
}
body section {
}
#menu li #zz {
}
