/*
	[lgSwitch fontup="langUpF" fontdw="langDownF" ....  /]
*/

.langSwitchUp, .langSwitchDown {
	text-decoration:none;
	float:left;
	margin-right:10px;
}

.langSwitchDown {
	font-family:Arial; font-style:normal; font-weight:bold; color:#80a939;font-size:12px; text-decoration: none;
}

.langSwitchUp {
	font-family:Arial; font-style:normal; font-weight:bold; color:#085b08;font-size:12px; text-decoration: none;
}

.langSwitchUp:hover {
	font-family:Arial; font-style:normal; font-weight:bold; color:#ff8000;font-size:12px; text-decoration: none;
}
