﻿#Menu {
	position: absolute;
	top: 118px;
	width: 100%;
	left: 0px;
	height: 49px;
	overflow: hidden;
}

#Menu ul {
	clear: left;
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	position: relative;
	left: 50%;
	text-align: center;
}
#Menu ul li {
	display: block;
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	position: relative;
	right: 50%;
}
#Menu ul li a {
	display: block;
	width: 100px;
	height: 49px;
	background-image: url('../images/menuitem.png');
	background-position: right center;
	background-repeat: no-repeat;
	color: black;
	line-height: 3.5em;
	font-size: 1.2em;
	font-weight: bold;
	text-decoration: none;
	outline: none;
}
#Menu ul li a:hover {
	background-image: url('../images/menuitem_hover.png');
}

#MenuLeft,
#MenuRight {
	display: block;
	width: 31px;
	height: 49px;
	background-repeat: no-repeat;
}
#MenuLeft {
	background-image: url('../images/menuleft.png');
	background-position: right center;
}
#MenuRight {
	background-image: url('../images/menuright.png');
	background-position: left center;
}