.mgmenu_menu {    /* this is the main style for menu items */
	font-family: arial;
	text-align: center;
	width: 5.51em;
	display: inline-block;
	color: #803300;
}
.mgmenu_mopt {   /* style for unselected menu items */
	font-size: 1.22em;
}
.mgmenu_msel {   /* style for the selected menu item */
	font-size: 1.55em;
	font-style:italic; 
	font-weight:bold;
}
.mgmenu_menu:hover {	/* when hovering over  menu item */
	font-style:italic;
}

#mgmenu_divMenu {
	position:absolute;
	bottom:0px;
	height:2.01em;
}

/*----------- handheld --------- */ 
@media all and (max-device-width: 481px) {
#mgmenu_divMenu {
	position:absolute;
	bottom:0px;
	height:3.55em;   /* because will probably wrap on smaller screen */
}
}
/*----------- handheld --------- */ 

