.flag {
    margin: 10px;
    float: right;
}

#menubar {
	 z-index: 90;
    margin: 0px;
    padding: 8px;
	 color: #000000;
	 background-color: #554337;
	 text-align: center;
}


.mmenuitem, .mmenuitems {
    font-family: Arial;
    font-size: 14px;
	 padding: 7px 6px;
}

.mmenuitem {
	 font-weight: bold;
	 color: #f2c95f;
}

.mmenuitems {
	 font-weight: bold;
	 color: #ffffff;
}

a.mmenuitem:hover {
	 text-decoration: underline;
	 color: #e0e0e0;
}

a.mmenuitems:hover {
	 text-decoration: underline;
	 color: #ffffff;
}

