/*
    Hide all the menus
*/
.menuBar{
	display:inline;
	height:40px;
	visibility:hidden;
	width:30%;
	
}

.menuDesktop{
	visibility:hidden;
	display:none;
	
}	

#menuMobileDrop{		
	visibility:hidden;
	display:inline;
	float:left;
	width:330px;
	margin-right:60px;
}	

.menuMobile{
	visibility:hidden;
	margin-left:auto;
	margin-right:0px;
	height:10px;
	width:90px;
	visibility:hidden;
	float:right;
	margin-top:80px;
	display:inline;
	cursor: pointer;
	padding-right:5%;
	
}

.menuButtonBar {
	  width: 70px;
	  height: 9px;
	  background-color: #7EA13E;
	  margin: 12px 0px;
	  visibility:hidden;
 }