
	option[value=en]:before{
		content : "____";
		background-image: url(../images/flag_en.png);
		background-repeat: no-repeat;
	}

	
	option[value=fr]:before{
		background-image: url(../images/flag_fr.png);
		content : "____";
		background-repeat: no-repeat;
	}
	
	option[value=nl]:before{
		background-image: url(../images/flag_nl.png);
		content : "____";
		background-repeat: no-repeat;
	}
	
