#menuglobal
	{
	font-size: 11px;
	font-family: Geneva, Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	width:800px;
	height:27px;
	float:left;
	margin:-2px 0 0 0;
	z-index: 99999;
	top: -1px;
	left: 0px;
	position: relative;
	color: #3d3d3d;
	background-color: #D1CDF0;
	border-bottom:#999999 1px dotted;
	}
		
#menuglobal a
	{
	text-align: center;
	display:block;
	color: #3d3d3d;
	text-decoration: none;
	padding: 6px 0px 6px 0px;
	}
		
#menuglobal a, #menuglobal a:visited	/* menu at rest */
	{
	color: #3d3d3d;
	background-color: #D1CDF0;
	text-decoration:none;
	}

#menuglobal a:hover	/* menuh at mouse-over  */
	{
	color: #fff;
	background-color: #003366;
	}	
			

#menuglobal ul
	{
	list-style:none;
	margin:0;
	padding:0;
	float:left;
	width:100px;
	height:27px;	/* width of all menuh boxes */
	}

#menuglobal li
	{
	position:relative;
    min-height: 1px; 	/* Sophie Dennis contribution for IE7 */
    vertical-align: bottom; /* Sophie Dennis contribution for IE7 */
	}


div#menuglobal li:hover
	{
	cursor:pointer;
	z-index:100;
	}
	
#menuglobal li.current a
	{
	color: #fff;
	background-color: #003366;

	}	




