/* css untuk menu utama */
#menuContainer{
	padding-bottom: 16px;
	padding-top: 10px;
	margin: 10px;
	background: #71C41A;
	border-bottom: 2px solid #000;
}

#menuCell{
	margin: 0px;
	height: auto;
}

#menuCellHeader{
	display: none;
}
#menuCellBottom{
	display: none;
}
