@charset "utf-8";
.graph2menu {
	padding: 0;
	margin: 0;
	background-color: black;
}
.menuwrap {
	background-color: #333;
	width: 100%;
	margin: 0;
	padding: 0;
	height: 26px;
}

.graph2menu ul {
	list-style-type: none;
	padding: 0;
	margin: 0 auto;
	width: auto;
	position: relative;
	float: left;
	left: 50%;
}
.graph2menu li {
	float: left;
	width: 120px;
	display: inline-block;
	position: relative;
	left: -50%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.graph2menu a {
	text-align: center;
	display: block;
	width: 100%;
	background-color: #666;
	color: white;
	font-size: 14px;
	font-weight: bold;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 0px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFF;
	background-image: -moz-linear-gradient(top, #888 0%, #777 50%, #666 50%, #777 100%);
	 background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #888), color-stop(0.50, #777), color-stop(0.50, #666), color-stop(1, #777));
}
.graph2menu a:hover {
	background-color: #999;
	color: #FFF;
	background-image: -moz-linear-gradient(top, #555 0%, #444 50%, #333 50%, #444 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #555), color-stop(0.50, #444), color-stop(0.50, #333), color-stop(1, #444));
}
.menublock {
	background-color: #000;
	width: 100%;
	margin: auto;
	text-align: center;
}
