#langBox{	
	height:16px;
	width:750px;
	margin:0px auto;
	font-size: 10px;
	color: #000000;
	font-family: Verdana;
}
#langs {
	float:right;
	margin:2px;
}
#header_slider {
	position: absolute;
	width: 0px;
	height: 0px;
	background: #D9EBFB; /* #f0f0f0; */
	margin-top: -4px;
}
#header_logo {
	font-size: 10px;
	color: #000000;
	height: 16px;
	width: 750px;
	margin: 20px auto 0px auto;
	font-family: Verdana;
	padding-top: 3px;
}
#header_logo #header_menu {
	position: relative;
	height: 20px;
	width: auto;
	z-index: 0;
	color: #c0c0c0;
	text-align:center;
}

#header_logo a {
	color: #000000;
	border: none;
	text-decoration: none;
	font-family: Verdana;
}

#header_logo a:hover {
	color: #000000;
	border: none;
	text-decoration: none;
	font-family: Verdana;
}

#header_under {
	background: url('under.png') repeat-x top left;
	width: 404px;
	margin-left: auto;
	margin-right: auto;
	height: 30px;
}

#header_login {
	float:right;
	position:relative;
	z-index:1;
}

#header_login a {
	color: #808080;
}

#header_login a:hover {
	color: #808080;
	text-decoration: underline;
}