﻿#menu {
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;
	text-underline-position: below;
	text-autospace: ideograph-alpha;
}
#menu li {
	float: left;
	font: 100% Arial;
	margin: 0;
	padding: 0;
}
#menu a {
	color: #ebebeb;
	display: inline-block;
	float: left;
	margin: 0;
	padding: 15px 24px;
	text-decoration: none;
	font-weight: 100;
}
#menu a:hover {
	background: #ffffff;
	color: #3c3c3c;
	padding-bottom: 15px;