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

#menubar {
	 border-style: solid;
	 border-width: 1px 0px 0px 0px;
	 border-color: #d0d0d0;
}

#menubar a {

}

.mmenuitem, .mmenuitems {
    font-family: Arial;
    font-size: 12px;
	 display: block;
	 background-color: #e6e6e6;
	 border-style: solid;
	 border-width: 1px 1px 1px 0px;
	 border-color: #ffffff #e0e0e0 #d0d0d0 #c0c0c0;
}

.mmenuitem, .mmenuitems {
}

.mmenuitem a, .mmenuitems a {
	 padding: 7px 6px 6px 10px;
	 display: block;
}

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

.mmenuitems a {
	 font-weight: bold;
    background: url('menubg.png');
	 color: #000000;
}

.mmenuitem a:hover {
	 text-decoration: none;
	 color: #303030;
}

.mmenuitems a:hover {
	 text-decoration: none;
}

