#LanguageBar
{
	position:absolute;
	right:0px;
	top:0px;
	
	width:108px;
	height:24px;
	
	background-image:url(BGLanguageBar.gif);
}

#LanguageBar a
{
	color:white;
}

#LanguageBar a:hover
{
	color:red;
	text-decoration:none;
}

#LanguageBar table
{
	margin-left:37px;
	margin-top:4px;
}

#LanguageBar td
{
	width:20px;
	font-size:11px;
}

#LanguageBar td.selected
{
	font-weight:bold;
}

