div#body-header{
	float:left;
	width:100%;
	margin:0px;
	padding:0px;
}
div#header{
	float:left;
	width:980px;
	height:98px;
}
div#header-left{
	float:left;
	width:450px;
	height:98px;
	background-image:url(../img/logo-global.jpg);
	background-position:center left;
	background-repeat:no-repeat;
}
div#header-right{
	float:left;
	width:530px;
	height:98px;
}
div#menu{
	float:left;
	width:530px;
	height:38px;
	padding-top:10px;
	text-align:right;
}
#menu a{
	color:#ffffff;
	font-weight:normal;
	text-transform:uppercase;
	text-decoration:none;
}
#menu a:hover{
	text-decoration:none;
	color:#000000;
	background-color:#ffffff;
}
div#flags{
	float:left;
	width:114px;
	height:50px;
	float:right;
}
#flags img{
	float:left;
	border:0px;
}
.menu-separator{
	color:#ffffff;
	padding-left:12px;
	padding-right:12px;
}

