#Menu ul.menu, ul.menu li {
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
	height:28px;
}

#Menu ul.menu {
	float: left;
	width: 100%;
	padding-left: 20px;
	height:28px;
}

#Menu ul.menu li {
	float: left;
	background: url("_images/button/buttonLeft.gif") left top no-repeat;
	margin-right: 5px;
	height:28px;
}

#Menu ul.menu a:link, ul.menu a:visited {
	text-decoration: none;
	display: block;
	font-weight: bold;
	background: url("_images/button/buttonRight.gif") right top no-repeat;
	color: #242424;
	padding: 5px 15px 0px 5px;
	margin-left: 10px;
	height:28px;
}

#Menu ul.menu a:hover {
	height:28px;
	color: #b38656;
}
