#menu {
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;
	color: #000;
	text-decoration: none;
	text-align: left;
}
#menu li {
	font: 15px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	margin: 0;
	padding: 0;
	color: #000;
	text-decoration: none;
	text-align: left;
}
#menu a {
	border-bottom: 1px solid silver;
	color: #000;
	display: block;
	margin: 0;
	padding: 12px 12px 10px;
	border-color: teal;
	text-decoration: none;
	text-align: left;
}
#menu a:hover {
	background: teal none no-repeat left center;
	color: #fff;
	
	font-weight: normal;
	font-style: normal;
	text-align: left;
	padding: 12px 12px 10px;
}
#menu a:active {
	background: white none no-repeat left center;
	color: #fff;
	padding: 12px 12px 10px;
	text-decoration: none;
	text-align: left;
}
.ja {
	background: white none no-repeat left center;
	color: #fff;
	padding: 12px 12px 10px;
	text-decoration: none;
	text-align: left;
}