@charset "utf-8";

.menu {
	padding: 0px 10px 0px 5px;
	top: 47px;
	left: 10px;
	position: absolute;
	height: 33px;
	cursor: pointer;
	text-indent: 30px;
	color: #d3d3d3;
	font-family: sans-serif;
	background-color: #343434;
	background-image: url(../img/menu.gif);
	background-repeat: no-repeat;
}
.menu#close-button {
	display: none;
	background-position: left -30px;
}
.menuZone {
	margin-left: auto;
	margin-right: auto;
	top: 80px;
	left: 10px;
	position: absolute;
	z-index: 10;
	overflow: hidden;
	text-align: left;
	background-color: #343434;
	height: 0;
	width: 900px;
	color: #fff;
}

