
html, body, { margin: 0; padding: 0; border: 0; outline: 0; background: transparent; }

/* Basic Elements */
ul li { list-style: none; }
a{ }
a:link, a:visited{ text-decoration: none; }
a:hover, a:active{ text-decoration: none; }

/*=================================== Main Horizontal Navigation ================================*/
#hnav { width: 704px; height: 40px; background: url('../images/mainmenu.png') no-repeat; }
#hnav li { position: absolute; left: 0; height: 40px; }
	#hnav #hnavcommunities { width: 207px; left: 0px; }
	#hnav #hnavtransportation { width: 157px; left: 207px; }
	#hnav #hnavbuildings{ width: 157px; left: 364px; }
	#hnav #hnavinfrastructure { width: 157px; left: 521px; }
	#hnav #hnavgeomatics { width: 114px; left: 588px; }
#hnav li a { display: block; position: absolute; top: 0; left: 0; width: 100%; height: 40px; text-indent: -9999em; }


/*=================================== Sub Main Horizontal Navigation ================================*/
#hsubnav { position:absolute; width: 400px; height: 42px;left:127px; background: url('../images/sub_mainmenu.png') no-repeat; }
#hsubnav li { position: absolute; left: 0; height: 42px; }
	#hsubnav #hsubnavabout { width: 60px; left: 0px; }
	#hsubnav #hsubnavcareers { width: 70px; left: 60px; }
	#hsubnav #hsubnavprojects{ width: 84px; left: 130px; }
	#hsubnav #hsubnavnews { width: 81px; left: 214px; }
	#hsubnav #hsubnavcontact { width: 94px; left: 295px; }
#hsubnav li a { display: block; position: absolute; top: 0; left: 0; width: 100%; height: 42px; text-indent: -9999em; }


/*=================================== Vertical Navigation ================================*/
#vnav { position: absolute; width: 126px; height: 253px; background: url('../images/submenu.png') no-repeat; }
#vnav li { position: absolute; left: 0; width: 126px; height: 27px; }
	#vnav #hnavoverview { height: 27px; top: 0px; }
	#vnav #vnavhistory { height: 27px; top: 27px; }
	#vnav #vnavourpeople{ height: 27px; top: 54px; }
	#vnav #vnavlocations { height: 27px; top: 81px; }
	#vnav #vnavp3focus { height: 27px; top: 108px; }
	#vnav #vnavsustainability { height: 27px; top: 135px; }
	#vnav #vnavplanning { height: 27px; top: 162px; }
	#vnav #vnavprojmanagement { height: 38px; top: 189px; }
	#vnav #vnavinternational { height: 26px; top: 228px; }
	
	
#vnav li a { display: block; position: absolute; top: 0; left: 0; width: 126px; height: 27px; text-indent: -9999em; }


/*===================================== Career Navigation =================================*/

#cnav { position: absolute; width: 126px; height: 79px; background: url('../images/careers_nav.png') no-repeat; }
#cnav li { position: absolute; left: 0; width: 126px; height: 27px; }
	#cnav #cnavcareers { height: 27px; top: -1px; }
	#cnav #cnavwhymmm { height: 27px; top: 26px; }
	#cnav #cnavsearch { height: 26px; top: 53px; }

	
#cnav li a { display: block; position: absolute; top: 0; left: 0; width: 126px; height: 27px; text-indent: -9999em; }



ul#cnav {margin:0;padding:0}
ul#vnav	{margin: 0; padding: 0;}
ul#hnav	{margin: 0; padding: 0;}
ul#hsubnav	{margin: 0; padding: 0; }
