#header {
	height: 103px;
	background:#FFF url("../images/frontpage_header.jpg") no-repeat left top;
	margin: 0;
}


#menu {
	height: 32px;
	margin: 0;
	padding: 5px 0 0px 20px;
	background:#3C2E20;
	vertical-align:middlel;
	
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: center;
}

#menu ul li {
	height: 26px;
	margin: 0 10px 0 0;
	background:#FDE1BF url("../images/box_left.jpg") no-repeat left top;
	float: left;
	text-align: center;
	padding: 0;
}

#menu ul li a {
	background-color:#FDE1BF;
	background:#FDE1BF url("../images/box_right.jpg") no-repeat right top;
	width: 72px;
	height: 26px;
	padding: 0 12px 0 10px;
	margin: 0 0 0 1px;
	color: #0A0A0A;
	text-decoration: none;
	display: block;
	text-align: center;
	line-height: 1.5em;
	font-size:    medium;
	float: left;
}

#menu ul li a:hover {
	color: #000;
	background:#FDE1BF url("../images/box_right_on.jpg") no-repeat right top;
}

#menu a:active	{
	color: #fff;
	background: #c60;
}


#language {
	width: 50px;
	height: 26px;
	padding: 2px 2px 0 3px;
	margin: 0 0 0 1px;
	color:#FFCC00;
	font-weight:bolder; 

	text-align: center;
	line-height: 2.0em;
	font-size:    medium;
	float: left;
}

