@charset "UTF-8";
/* CSS Document */

#languages ul #eng {
	background-image: url(../images/buttons/btn_lang_eng-down.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	text-indent: -9999px;
	display: block;
}
#languages ul #de a:link, #languages ul #de a:visited, #languages ul #de a:active{
	background-image: url(../images/buttons/btn_lang_de.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	list-style-type: none;
	text-indent: -9999px;
}
#languages ul #de a:hover {
	background-image: url(../images/buttons/btn_lang_de.gif);
	background-repeat: no-repeat;
	background-position: 0px -18px;
}
#languages ul #es a:link, #languages ul #es a:visited, #languages ul #es a:active{
	background-image: url(../images/buttons/btn_lang_es.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	text-indent: -9999px;
}
#languages ul #es a:hover {
	background-image: url(../images/buttons/btn_lang_es.gif);
	background-repeat: no-repeat;
	background-position: 0px -18px;
}
#languages ul #fr a:link, #languages ul #fr a:visited, #languages ul #fr a:active{
	background-image: url(../images/buttons/btn_lang_fr.gif);
	background-repeat: no-repeat;
	background-position: 0px 1px;
	text-indent: -9999px;
}
#languages ul #fr a:hover {
	background-image: url(../images/buttons/btn_lang_fr.gif);
	background-position: 0px -16px;
	background-repeat: no-repeat;
}
