#English a, #Espanol a, #Francais a, #Nederlands a, #Deutsch a{
	display:block;
	width: 16px; /*match to image width*/
	height: 11px;
	overflow:hidden;
	text-decoration:none;
	float: right;
	text-indent: -100px;
	margin-left: 10px;
}
#English a{
	background:url(../images/en.gif) 0 0 no-repeat;
}
#Espanol a{
background:url(../images/es.gif) 0 0 no-repeat;
}
#Francais a{
background:url(../images/fr.gif) 0 0 no-repeat;
}
#Nederlands a{
background:url(../images/nl.gif) 0 0 no-repeat;
}
#Deutsch a{
background:url(../images/de.gif) 0 0 no-repeat;
}
#flags {
	display: inline;
}

