/* CSS MENU TOP*/


table.menuTop a { 
width:50px; 
display: block; 
padding: 0px;
position: relative; 
top:4px;
left:0px;
}

div.menuTop { 
height:11px; 
position: relative; 
top:4px;
left:0px;
}

td.language a, td.language a:link, td.language a:active, td.language a:visited {
	color: #FF3333;
	text-align: center;
	text-decoration:none;
	font-weight: bold;
	font-size:10px;
	line-height:15px;
	font-family: Verdana, Arial, sans-serif;
	padding: 6px 4px;
}

td.language a:hover {
	text-decoration: underline;
}

td.currentLanguage a, td.currentLanguage a:link, td.currentLanguage a:visited, td.currentLanguage a:hover, td.currentLanguage a:active {
	color: #FFFFFF;
	text-align: center;
	text-decoration:none;
	font-weight: bold;
	font-size:10px;
	line-height:15px;
	font-family: Verdana, Arial, sans-serif;
	padding: 6px 4px;
}



