#NavigationGreen{
	text-align:center;
	width:780px;
	margin:0px;
	height:40px;
	background:url(../img/grad.gif) repeat-x bottom;
}
#NavigationGreen ul{
	margin:0;
	padding:0;
}

#NavigationGreen li{
	display:inline;
	list-style-type:none;
	margin:0;
	padding:0;
}

#NavigationGreen a{
	float:left;
	display:block;
	width:140px;
	padding:16px 0px 10px 10px;
	margin:0 0 0 5px;
	font-size:12px;
	letter-spacing:1px;
	color:#7ec521;
}
/* Mac IE には適用させない \*/
body>#NavigationGreen a{
	padding:16px 0px 10px 0px;
	width:150px;
}
/* */

#NavigationGreen ul li a {
	background-image: url(./../img/menu_off.gif);
	background-repeat: no-repeat;
	background-position: bottom center;
	text-decoration: none;
	text-align:center;
}

#NavigationGreen ul li a:hover {
	background-image: url(./../img/menu_hover_g.gif);
	background-repeat: no-repeat;
	background-position: bottom center;
	text-decoration: none;
}

#NavigationGreen ul li a.active {
	background-image: url(./../img/menu_on_g.gif);
	background-repeat: no-repeat;
	background-position: bottom center;
	text-decoration: none;
	font-weight: bold;
}

#NavigationGreen ul li a.active:hover {
	background-image: url(./../img/menu_on_g.gif);
	background-repeat: no-repeat;
	background-position: bottom center;
	text-decoration: none;
}
