/*==============================================================================

Computed Geometries: with a default 12px font, 1.0em == 12px and 1px == 0.08333em.


==============================================================================*/

 /*================= STYLES FOR THE GRC MASTHEAD & CONTROLS ==================*/



 /*========================= TOP OF THE MENU CASCADE =========================*/

.menu {
	width: 100%;
	border: 1px solid #000000;
	border-left: 0px;
	border-right: 0px;
	height: 20px;			/* the menu's overall height */ 
	font-size: 16px;         	/* this (and also below) sets the menu's font size */
	z-index: 100 !important;
	background-color: #1C5CB4;
	text-align: center;
}

.divMenuItem 
{ 
	display: inline; 
	background-color: #4f92ec;
	font-size: 16px;
	font-weight: bold;
	padding-left: 6px;
	padding-right: 6px; 
	line-height:20px; 
	vertical-align: center;
	color: #FFFFFF;
	margin: 0px;
	text-decoration: none;

}

.divMenuItem a { color: #FFFFFF; } 

