/* CSS Document */

#language {
	margin: 0px auto;
	width: 660px;
}

#language a{
	float:right;
	width:30px;
	height:0px;
	padding-top:15px;
	overflow:hidden;
	display:block;
	background-repeat:no-repeat;
}

#btn_fr { background-image:url(pictures/btn_fr_off.gif); }
#btn_fr:hover, #btn_fr.activeItem { background-image:url(pictures/btn_fr_on.gif); }

#btn_nl { background-image:url(pictures/btn_nl_off.gif); }
#btn_nl:hover, #btn_nl.activeItem { background-image:url(pictures/btn_nl_on.gif); }

#btn_en { background-image:url(pictures/btn_en_off.gif); }
#btn_en:hover, #btn_en.activeItem { background-image:url(pictures/btn_en_on.gif); }

