@charset "utf-8";
#MENU {
	width:130px;
	margin:0 auto;
	font-weight: lighter;
}
#MENU2 {
	width:0px;
	margin:0 auto;
	font-weight: lighter;
}
ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
li {
	float: left;
}
li a {
	display: block;
	width: 70px;
	height: 22px;
	background-image: url(../images/button_01.gif);
	line-height: 22px;
	text-align: center;
	color: #333;
	font-family: "Courier New", Courier, monospace;
	text-decoration: none;
	font-size: 12px;
	font-weight: lighter;
}
li a:hover {
	background-image: url(../images/button_02.gif);
	font-weight: lighter;
	/* [disabled]float: left; */
	/* [disabled]width: 100px; */
}
