@CHARSET "ISO-8859-1";

#topBox {
	text-align: center;
	padding-top:0px;
}

#topBox ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

#topBox li {
	display: inline;
	margin: 0;
	text-align: center;
	margin-right:-1px;
}

#topBox a {
	color: white;
	font-family: 'Arial';
	text-transform: uppercase;
	text-decoration:none;
	font-size: 10pt;
	font-weight: bold;
	border: 1px solid white;
	padding: 3px 18px 3px 18px;
}

#topBox a:hover {
	color: white;
	font-family: 'Arial';
	text-transform: uppercase;
	text-decoration:none;
	font-size: 10pt;
	font-weight: bold;
	background-color: #0066cc;
}




#topBox_language {
	position:absolute;
	top:0px;
	right:0px;
	width: auto;
	height: 30px;
	background-image: url(../images/topnavi_background.jpg);
	background-repeat: no-repeat;
}




