
/*Map in header*/

    div#header h5 {
        background: url(/images/be_map.gif) no-repeat;
    }

/*Flag You are now in...*/

    div#header p {
        background: url(/images/be_flag1.jpg) no-repeat;
    }

/*Choose country and language form*/

    div#country_language {
        background: url(/images/be_location.jpg) no-repeat;
    }


/*Flag and country detail*/
    
    h4.location {
        background: url(/images/be_flag2.jpg) no-repeat;
    }
    
    
    div#header a.nav_selected {
		color: #34f9e8;
	}
    
    
/*Change color of category titles for industry*/
    
      h4.cat_location {
        background: url(/images/industry_78.jpg) no-repeat;
 		text-transform: uppercase;
    }
    
    h4.cat_blue_curve {
    	
    	background: url(/images/industry_78.jpg) no-repeat;
    }
    
     h4.blue_curve {
    	
    	background: url(/images/be_location2.jpg) no-repeat;
    }
    
/* Banner Image */
    div#banner_image {
        background: url(/flash_images/78_banner.jpg) no-repeat;
        
    }